org.eclipse.stp.core.sca
Interface ImplementationComponent

All Superinterfaces:
Component, SCAObject

public interface ImplementationComponent
extends Component

A representation of the model object 'Implementation Component'.

The following features are supported:

See Also:
SCAPackage.getImplementationComponent()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface org.eclipse.stp.core.sca.Component
STATE_ABSTRACT, STATE_IMPLEMENTED, STATE_TYPED, TYPE_ABSTRACT
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 
Methods inherited from interface org.eclipse.stp.core.sca.Component
getComposite, getImplementation, getName, getPropertyValuesSet, getReferenceValues, getReferenceValues, getReferenceValues, getSingleWireSource, getSingleWireTarget, getState, getType, getWireSource, getWireSource, getWireSourcesWiredToTarget, getWireTarget, getWireTarget, resolveComponentType, setAbstractImplementation, setName, setPropertyValuesSet, setReferenceValue, setSpecializedImplementation
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getImplementationComponent_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getImplementationComponent_AnyAttribute()