|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureInstance
A representation of the model object 'Feature Instance'.
The following features are supported:
InstancePackage.getFeatureInstance()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
FeatureInstance |
createFeatureInstance()
Creates a new FeatureInstance and appends it to the 'Feature Instance' containment reference list |
FeatureInstance |
findFeatureInstance(Feature feature)
find the feature instance of this feature instance |
FeatureInstance |
findInverseFeatureGroup(FeatureGroupType targetpgt)
find the matching inverse feature group instance in this feature group instance the contained feature group instance must have the inverse feature group type |
FeatureCategory |
getCategory()
Returns the value of the 'Category' attribute. |
DirectionType |
getDirection()
Returns the value of the 'Direction' attribute. |
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
getDstFlowSpecs()
Returns the value of the 'Dst Flow Spec' reference list. |
Feature |
getFeature()
Returns the value of the 'Feature' reference |
org.eclipse.emf.common.util.EList<FeatureInstance> |
getFeatureInstances()
Returns the value of the 'Feature Instance' containment reference list. |
org.eclipse.emf.common.util.EList<java.lang.Long> |
getIndices()
Returns the value of the 'Index' attribute list. |
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> |
getSrcFlowSpecs()
Returns the value of the 'Src Flow Spec' reference list. |
void |
setCategory(Feature f)
set the featureinstance category to that of the supplied feature |
void |
setCategory(FeatureCategory value)
Sets the value of the ' Category ' attribute |
void |
setDirection(DirectionType value)
Sets the value of the ' Direction ' attribute |
void |
setFeature(Feature value)
Sets the value of the ' Feature ' reference |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.instance.ConnectionInstanceEnd |
---|
getDstConnectionInstances, getSrcConnectionInstances |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.instance.InstanceObject |
---|
getComponentInstancePath, getContainingComponentInstance, getExistsInModes, getInstanceObjectPath, getInstantiatedObjects, getSystemInstance, isActive |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
Feature getFeature()
If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...
setFeature(Feature)
,
InstancePackage.getFeatureInstance_Feature()
void setFeature(Feature value)
Feature
' reference.
value
- the new value of the 'Feature' reference.getFeature()
org.eclipse.emf.common.util.EList<java.lang.Long> getIndices()
Long
.
If the meaning of the 'Index' attribute list isn't clear, there really should be more of a description here...
InstancePackage.getFeatureInstance_Index()
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> getSrcFlowSpecs()
FlowSpecificationInstance
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Src Flow Spec' reference list isn't clear, there really should be more of a description here...
InstancePackage.getFeatureInstance_SrcFlowSpec()
,
FlowSpecificationInstance.getSource()
org.eclipse.emf.common.util.EList<FlowSpecificationInstance> getDstFlowSpecs()
FlowSpecificationInstance
.
It is bidirectional and its opposite is 'Destination
'.
If the meaning of the 'Dst Flow Spec' reference list isn't clear, there really should be more of a description here...
InstancePackage.getFeatureInstance_DstFlowSpec()
,
FlowSpecificationInstance.getDestination()
org.eclipse.emf.common.util.EList<FeatureInstance> getFeatureInstances()
FeatureInstance
.
If the meaning of the 'Feature Instance' containment reference list isn't clear, there really should be more of a description here...
InstancePackage.getFeatureInstance_FeatureInstance()
FeatureInstance createFeatureInstance()
FeatureInstance
and appends it to the 'Feature Instance' containment reference list.
FeatureInstance
.getFeatureInstances()
FeatureCategory getCategory()
FeatureCategory
.
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
FeatureCategory
,
setCategory(FeatureCategory)
,
InstancePackage.getFeatureInstance_Category()
void setCategory(FeatureCategory value)
Category
' attribute.
value
- the new value of the 'Category' attribute.FeatureCategory
,
getCategory()
DirectionType getDirection()
DirectionType
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
DirectionType
,
setDirection(DirectionType)
,
InstancePackage.getFeatureInstance_Direction()
void setDirection(DirectionType value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.DirectionType
,
getDirection()
FeatureInstance findInverseFeatureGroup(FeatureGroupType targetpgt)
targetpgt
- feature group instance with feature group type to be found
void setCategory(Feature f)
f
- FeatureFeatureInstance findFeatureInstance(Feature feature)
feature
- feature whose instance is to be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |