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

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

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

Methods in org.eclipse.stp.core.sca that return ImplementationComponent
 ImplementationComponent SCAFactory.createImplementationComponent()
          Returns a new object of class 'Implementation Component'.
 ImplementationComponent SCACoreRoot.getComponent()
          Returns the value of the 'Component' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type ImplementationComponent
 void SCACoreRoot.setComponent(ImplementationComponent value)
          Sets the value of the 'Component' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ImplementationComponent
 java.lang.Object SCASwitch.caseImplementationComponent(ImplementationComponent object)
          Returns the result of interpretting the object as an instance of 'Implementation Component'.
 boolean SCAValidator.validateImplementationComponent(ImplementationComponent implementationComponent, DiagnosticChain diagnostics, java.util.Map context)