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

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

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

Methods in org.eclipse.stp.core.sca that return ModuleComponent
 ModuleComponent SCAFactory.createModuleComponent()
          Returns a new object of class 'Module Component'.
 ModuleComponent SCACoreRoot.getModuleComponent()
          Returns the value of the 'Module Component' containment reference.
 

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

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ModuleComponent
 java.lang.Object SCASwitch.caseModuleComponent(ModuleComponent object)
          Returns the result of interpretting the object as an instance of 'Module Component'.
 boolean SCAValidator.validateModuleComponent(ModuleComponent moduleComponent, DiagnosticChain diagnostics, java.util.Map context)