public interface FlowImplementation extends ModalPath, ClassifierFeature, Flow
The following features are supported:
Aadl2Package.getFlowImplementation()
Modifier and Type | Method and Description |
---|---|
FlowSegment |
createOwnedFlowSegment()
Creates a new
FlowSegment and appends it to the 'Owned Flow Segment' containment reference list. |
FlowKind |
getKind()
Returns the value of the 'Kind' attribute.
|
org.eclipse.emf.common.util.EList<FlowSegment> |
getOwnedFlowSegments()
Returns the value of the 'Owned Flow Segment' containment reference list.
|
FlowSpecification |
getSpecification()
Returns the value of the 'Specification' reference.
|
void |
setKind(FlowKind value)
Sets the value of the '
Kind ' attribute. |
void |
setSpecification(FlowSpecification value)
Sets the value of the '
Specification ' reference. |
getAllInModeTransitions, getInModeOrTransitions, getInModeTransitions
getAllInModes, getInModes
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getFeaturingClassifiers
FlowSpecification getSpecification()
If the meaning of the 'Specification' reference isn't clear, there really should be more of a description here...
setSpecification(FlowSpecification)
,
Aadl2Package.getFlowImplementation_Specification()
void setSpecification(FlowSpecification value)
Specification
' reference.
value
- the new value of the 'Specification' reference.getSpecification()
org.eclipse.emf.common.util.EList<FlowSegment> getOwnedFlowSegments()
FlowSegment
.
If the meaning of the 'Owned Flow Segment' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getFlowImplementation_OwnedFlowSegment()
FlowSegment createOwnedFlowSegment()
FlowSegment
and appends it to the 'Owned Flow Segment' containment reference list.
FlowSegment
.getOwnedFlowSegments()
FlowKind getKind()
FlowKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
FlowKind
,
setKind(FlowKind)
,
Aadl2Package.getFlowImplementation_Kind()