public interface ModeInstance extends InstanceObject
The following features are supported:
InstancePackage.getModeInstance()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModeTransitionInstance> |
getDstModeTransitions()
Returns the value of the 'Dst Mode Transition' reference list.
|
Mode |
getMode()
Returns the value of the 'Mode' reference.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
getParents()
Returns the value of the 'Parent' reference list.
|
org.eclipse.emf.common.util.EList<ModeTransitionInstance> |
getSrcModeTransitions()
Returns the value of the 'Src Mode Transition' reference list.
|
boolean |
isDerived()
Returns the value of the 'Derived' attribute.
|
boolean |
isInitial()
Returns the value of the 'Initial' attribute.
|
void |
setDerived(boolean value)
Sets the value of the '
Derived ' attribute. |
void |
setInitial(boolean value)
Sets the value of the '
Initial ' attribute. |
void |
setMode(Mode value)
Sets the value of the '
Mode ' reference. |
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
org.eclipse.emf.common.util.EList<ModeTransitionInstance> getSrcModeTransitions()
ModeTransitionInstance
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Src Mode Transition' reference list isn't clear, there really should be more of a description here...
InstancePackage.getModeInstance_SrcModeTransition()
,
ModeTransitionInstance.getSource()
org.eclipse.emf.common.util.EList<ModeTransitionInstance> getDstModeTransitions()
ModeTransitionInstance
.
It is bidirectional and its opposite is 'Destination
'.
If the meaning of the 'Dst Mode Transition' reference list isn't clear, there really should be more of a description here...
InstancePackage.getModeInstance_DstModeTransition()
,
ModeTransitionInstance.getDestination()
Mode getMode()
If the meaning of the 'Mode' reference isn't clear, there really should be more of a description here...
setMode(Mode)
,
InstancePackage.getModeInstance_Mode()
void setMode(Mode value)
Mode
' reference.
value
- the new value of the 'Mode' reference.getMode()
boolean isDerived()
"false"
.
If the meaning of the 'Derived' attribute isn't clear, there really should be more of a description here...
setDerived(boolean)
,
InstancePackage.getModeInstance_Derived()
void setDerived(boolean value)
Derived
' attribute.
value
- the new value of the 'Derived' attribute.isDerived()
org.eclipse.emf.common.util.EList<ModeInstance> getParents()
ModeInstance
.
If the meaning of the 'Parent' reference list isn't clear, there really should be more of a description here...
InstancePackage.getModeInstance_Parent()
boolean isInitial()
"false"
.
If the meaning of the 'Initial' attribute isn't clear, there really should be more of a description here...
setInitial(boolean)
,
InstancePackage.getModeInstance_Initial()
void setInitial(boolean value)
Initial
' attribute.
value
- the new value of the 'Initial' attribute.isInitial()