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

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

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

Subinterfaces of Component in org.eclipse.stp.core.sca
 interface ImplementationComponent
          A representation of the model object 'Implementation Component'.
 interface ModuleComponent
          A representation of the model object 'Module Component'.
 

Methods in org.eclipse.stp.core.sca that return Component
 Component SCAFactory.createComponent()
          Create an instance of ImplementationComponent
 Component SCACoreRoot.getAbstractComponent()
          Returns the value of the 'Abstract Component' containment reference.
 Component ReferenceValuesSet.getComponent()
          Returns the value of the 'Component' container reference.
 Component Composite.getComponent(java.lang.String componentName)
           
 Component ReferenceValue.getOwningComponent()
          Return the Component which owns this ReferenceValue.
 Component ComponentWireHandle.getOwningComponent()
          Return the Component that owns this WireSource or WireTarget
 

Methods in org.eclipse.stp.core.sca with parameters of type Component
 void SCACoreRoot.setAbstractComponent(Component value)
          Sets the value of the 'Abstract Component' containment reference.
 void ReferenceValuesSet.setComponent(Component value)
          Sets the value of the 'Component' container reference.
 

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

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