public interface EndToEndFlow extends FlowFeature, ModalPath, EndToEndFlowElement
The following features are supported:
Aadl2Package.getEndToEndFlow()
Modifier and Type | Method and Description |
---|---|
EndToEndFlowSegment |
createOwnedEndToEndFlowSegment()
Creates a new
EndToEndFlowSegment and appends it to the 'Owned End To End Flow Segment' containment reference list. |
org.eclipse.emf.common.util.EList<EndToEndFlowSegment> |
getAllFlowSegments()
get the EndToEndFlowElement sequence taking into account refines
|
org.eclipse.emf.common.util.EList<EndToEndFlowSegment> |
getOwnedEndToEndFlowSegments()
Returns the value of the 'Owned End To End Flow Segment' containment reference list.
|
EndToEndFlow |
getRefined()
Returns the value of the 'Refined' reference.
|
void |
setRefined(EndToEndFlow value)
Sets the value of the '
Refined ' reference. |
getRefinedElement, getRefinementContext
getFeaturingClassifiers
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
getAllInModeTransitions, getInModeOrTransitions, getInModeTransitions
getAllInModes, getInModes
EndToEndFlow getRefined()
This feature subsets the following features:
If the meaning of the 'Refined' reference isn't clear, there really should be more of a description here...
setRefined(EndToEndFlow)
,
Aadl2Package.getEndToEndFlow_Refined()
void setRefined(EndToEndFlow value)
Refined
' reference.
value
- the new value of the 'Refined' reference.getRefined()
org.eclipse.emf.common.util.EList<EndToEndFlowSegment> getOwnedEndToEndFlowSegments()
EndToEndFlowSegment
.
If the meaning of the 'Owned End To End Flow Segment' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getEndToEndFlow_OwnedEndToEndFlowSegment()
EndToEndFlowSegment createOwnedEndToEndFlowSegment()
EndToEndFlowSegment
and appends it to the 'Owned End To End Flow Segment' containment reference list.
EndToEndFlowSegment
.getOwnedEndToEndFlowSegments()
org.eclipse.emf.common.util.EList<EndToEndFlowSegment> getAllFlowSegments()