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

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

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

Methods in org.eclipse.stp.core.sca that return ModuleService
 ModuleService SCAFactory.createModuleService()
          Returns a new object of class 'Module Service'.
 

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

Methods in org.eclipse.stp.core.sca.util with parameters of type ModuleService
 java.lang.Object SCASwitch.caseModuleService(ModuleService object)
          Returns the result of interpretting the object as an instance of 'Module Service'.
 boolean SCAValidator.validateModuleService(ModuleService moduleService, DiagnosticChain diagnostics, java.util.Map context)