Uses of Interface
org.eclipse.stp.core.sca.UnknownImplementation

Packages that use UnknownImplementation
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of UnknownImplementation in org.eclipse.stp.core.sca
 

Methods in org.eclipse.stp.core.sca that return UnknownImplementation
 UnknownImplementation SCAFactory.createUnknownImplementation()
          Returns a new object of class 'Unknown Implementation'.
 UnknownImplementation SCACoreRoot.getImplementationUnknown()
          Returns the value of the 'Implementation Unknown' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type UnknownImplementation
 void SCACoreRoot.setImplementationUnknown(UnknownImplementation value)
          Sets the value of the 'Implementation Unknown' containment reference.
 

Uses of UnknownImplementation in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type UnknownImplementation
 java.lang.Object SCASwitch.caseUnknownImplementation(UnknownImplementation object)
          Returns the result of interpretting the object as an instance of 'Unknown Implementation'.
 boolean SCAValidator.validateUnknownImplementation(UnknownImplementation unknownImplementation, DiagnosticChain diagnostics, java.util.Map context)