public interface ModeTransition extends ModeFeature
The following features are supported:
Aadl2Package.getModeTransition()
Modifier and Type | Method and Description |
---|---|
ModeTransitionTrigger |
createOwnedTrigger(org.eclipse.emf.ecore.EClass eClass)
Creates a new
ModeTransitionTrigger and appends it to the 'Owned Trigger' containment reference list. |
Mode |
getDestination()
Returns the value of the 'Destination' reference.
|
org.eclipse.emf.common.util.EList<ModeTransitionTrigger> |
getOwnedTriggers()
Returns the value of the 'Owned Trigger' containment reference list.
|
Mode |
getSource()
Returns the value of the 'Source' reference.
|
void |
setDestination(Mode value)
Sets the value of the '
Destination ' reference. |
void |
setSource(Mode value)
Sets the value of the '
Source ' reference. |
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
Mode getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Mode)
,
Aadl2Package.getModeTransition_Source()
void setSource(Mode value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
Mode getDestination()
If the meaning of the 'Destination' reference isn't clear, there really should be more of a description here...
setDestination(Mode)
,
Aadl2Package.getModeTransition_Destination()
void setDestination(Mode value)
Destination
' reference.
value
- the new value of the 'Destination' reference.getDestination()
org.eclipse.emf.common.util.EList<ModeTransitionTrigger> getOwnedTriggers()
ModeTransitionTrigger
.
If the meaning of the 'Owned Trigger' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getModeTransition_OwnedTrigger()
ModeTransitionTrigger createOwnedTrigger(org.eclipse.emf.ecore.EClass eClass)
ModeTransitionTrigger
and appends it to the 'Owned Trigger' containment reference list.
eClass
- The Ecore class of the ModeTransitionTrigger
to create.ModeTransitionTrigger
.getOwnedTriggers()