|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
---|---|
org.eclipse.stp.core.introspection | The Introspection Framework |
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 ComponentType in org.eclipse.stp.core.introspection |
---|
Methods in org.eclipse.stp.core.introspection that return ComponentType | |
---|---|
ComponentType |
AbstractComponentTypeIntrospector.getComponentType()
The componentType that this adapter is attached to is stored through a call to setTarget() when the adapter is added. |
ComponentType |
IModelIntrospectionManager.resolve(Implementation implementation)
Resolve will return a ComponentType bound to the given
implementation. |
Methods in org.eclipse.stp.core.introspection with parameters of type ComponentType | |
---|---|
void |
IModelIntrospectionManager.bind(ComponentType componentType,
URI implementation)
Bind a ComponentType to a specific implementation. |
void |
IModelIntrospectionManager.unbind(ComponentType componentType)
Strip the modeled ComponentType from the implementation which backs it. |
Uses of ComponentType in org.eclipse.stp.core.sca |
---|
Methods in org.eclipse.stp.core.sca that return ComponentType | |
---|---|
ComponentType |
SCAFactory.createComponentType()
Returns a new object of class 'Component Type'. |
ComponentType |
SCACoreRoot.getComponentType()
Returns the value of the 'Component Type' containment reference. |
ComponentType |
AbstractImplementation.getComponentType()
Returns the value of the 'Component Type' containment reference. |
ComponentType |
Component.resolveComponentType()
Uses the Implementation to resolve the ComponentType. |
Methods in org.eclipse.stp.core.sca with parameters of type ComponentType | |
---|---|
Implementation |
Component.setAbstractImplementation(ComponentType aComponentType)
A convenience method to set an abstract implementation type (SCAPackage.eINSTANCE.getSCACoreRoot_ImplementationAbstract()). |
void |
SCACoreRoot.setComponentType(ComponentType value)
Sets the value of the ' Component Type '
containment reference. |
void |
AbstractImplementation.setComponentType(ComponentType value)
Sets the value of the ' Component Type '
containment reference. |
Uses of ComponentType in org.eclipse.stp.core.sca.util |
---|
Methods in org.eclipse.stp.core.sca.util with parameters of type ComponentType | |
---|---|
java.lang.Object |
SCASwitch.caseComponentType(ComponentType object)
Returns the result of interpretting the object as an instance of 'Component Type'. |
boolean |
SCAValidator.validateComponentType(ComponentType componentType,
DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of ComponentType in org.eclipse.stp.core.util |
---|
Methods in org.eclipse.stp.core.util that return ComponentType | |
---|---|
ComponentType |
SCAArtifactEdit.getComponentType()
|
ComponentType |
ComponentTypeArtifactEdit.getComponentType()
|
Methods in org.eclipse.stp.core.util with parameters of type ComponentType | |
---|---|
SCAObject |
SOACoreUtils.getSCAObjectByName(java.lang.String name,
ComponentType componentType,
java.lang.Class type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |