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

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

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

Methods in org.eclipse.stp.core.sca that return Subsystem
 Subsystem SCAFactory.createSubsystem()
          Returns a new object of class 'Subsystem'.
 Subsystem SCACoreRoot.getSubsystem()
          Returns the value of the 'Subsystem' containment reference.
 

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

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

Methods in org.eclipse.stp.core.sca.util with parameters of type Subsystem
 java.lang.Object SCASwitch.caseSubsystem(Subsystem object)
          Returns the result of interpretting the object as an instance of 'Subsystem'.
 boolean SCAValidator.validateSubsystem(Subsystem subsystem, DiagnosticChain diagnostics, java.util.Map context)