public interface ModeTransitionInstance extends ConnectionInstanceEnd, InstanceObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ModeInstance |
getDestination()
Returns the value of the 'Destination' reference.
|
ModeTransition |
getModeTransition()
Returns the value of the 'Mode Transition' reference.
|
ModeInstance |
getSource()
Returns the value of the 'Source' reference.
|
void |
setDestination(ModeInstance value)
Sets the value of the '
Destination ' reference. |
void |
setModeTransition(ModeTransition value)
Sets the value of the '
Mode Transition ' reference. |
void |
setSource(ModeInstance value)
Sets the value of the '
Source ' reference. |
getDstConnectionInstances, getSrcConnectionInstances
allEnclosingConnectionInstances, findInstanceObjects, getAllEnclosingConnectionInstances, getComponentInstance, getComponentInstancePath, getContainingComponentInstance, getExistsInModes, getInstanceObjectPath, getInstantiatedObjects, getPathName, getSystemInstance, isActive, matchesIndex
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
ModeInstance getDestination()
Dst Mode Transition
'.
If the meaning of the 'Destination' reference isn't clear, there really should be more of a description here...
setDestination(ModeInstance)
,
InstancePackage.getModeTransitionInstance_Destination()
,
ModeInstance.getDstModeTransitions()
void setDestination(ModeInstance value)
Destination
' reference.
value
- the new value of the 'Destination' reference.getDestination()
ModeTransition getModeTransition()
If the meaning of the 'Mode Transition' reference isn't clear, there really should be more of a description here...
setModeTransition(ModeTransition)
,
InstancePackage.getModeTransitionInstance_ModeTransition()
void setModeTransition(ModeTransition value)
Mode Transition
' reference.
value
- the new value of the 'Mode Transition' reference.getModeTransition()
ModeInstance getSource()
Src Mode Transition
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ModeInstance)
,
InstancePackage.getModeTransitionInstance_Source()
,
ModeInstance.getSrcModeTransitions()
void setSource(ModeInstance value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()