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

Packages that use Composite
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
org.eclipse.stp.core.util STP Core Utilites 
 

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

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

Methods in org.eclipse.stp.core.sca that return Composite
 Composite SCAFactory.createComposite()
          Returns a new object of class 'Composite'.
 Composite SCACoreRoot.getComposite()
          Returns the value of the 'Composite' containment reference.
 Composite Component.getComposite()
           
 

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

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

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

Uses of Composite in org.eclipse.stp.core.util
 

Methods in org.eclipse.stp.core.util that return Composite
 Composite SCAArtifactEdit.getComposite()