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

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

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

Subinterfaces of ModuleFragment in org.eclipse.stp.core.sca
 interface Module
          A representation of the model object 'Module'.
 

Methods in org.eclipse.stp.core.sca that return ModuleFragment
 ModuleFragment SCAFactory.createModuleFragment()
          Returns a new object of class 'Module Fragment'.
 ModuleFragment SCACoreRoot.getModuleFragment()
          Returns the value of the 'Module Fragment' containment reference.
 

Methods in org.eclipse.stp.core.sca with parameters of type ModuleFragment
 void SCACoreRoot.setModuleFragment(ModuleFragment value)
          Sets the value of the 'Module Fragment' containment reference.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ModuleFragment
 java.lang.Object SCASwitch.caseModuleFragment(ModuleFragment object)
          Returns the result of interpretting the object as an instance of 'Module Fragment'.
 boolean SCAValidator.validateModuleFragment(ModuleFragment moduleFragment, DiagnosticChain diagnostics, java.util.Map context)