public interface FlowSpecificationInstance extends FlowElementInstance
The following features are supported:
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
getDestination()
Returns the value of the 'Destination' reference.
|
FlowSpecification |
getFlowSpecification()
Returns the value of the 'Flow Specification' reference.
|
org.eclipse.emf.common.util.EList<ModeInstance> |
getInModes()
Returns the value of the 'In Mode' reference list.
|
org.eclipse.emf.common.util.EList<ModeTransitionInstance> |
getInModeTransitions()
Returns the value of the 'In Mode Transition' reference list.
|
FeatureInstance |
getSource()
Returns the value of the 'Source' reference.
|
void |
setDestination(FeatureInstance value)
Sets the value of the '
Destination ' reference. |
void |
setFlowSpecification(FlowSpecification value)
Sets the value of the '
Flow Specification ' reference. |
void |
setSource(FeatureInstance value)
Sets the value of the '
Source ' 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
FeatureInstance getSource()
Src Flow Spec
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(FeatureInstance)
,
InstancePackage.getFlowSpecificationInstance_Source()
,
FeatureInstance.getSrcFlowSpecs()
void setSource(FeatureInstance value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
FeatureInstance getDestination()
Dst Flow Spec
'.
If the meaning of the 'Destination' reference isn't clear, there really should be more of a description here...
setDestination(FeatureInstance)
,
InstancePackage.getFlowSpecificationInstance_Destination()
,
FeatureInstance.getDstFlowSpecs()
void setDestination(FeatureInstance value)
Destination
' reference.
value
- the new value of the 'Destination' reference.getDestination()
FlowSpecification getFlowSpecification()
If the meaning of the 'Flow Specification' reference isn't clear, there really should be more of a description here...
setFlowSpecification(FlowSpecification)
,
InstancePackage.getFlowSpecificationInstance_FlowSpecification()
void setFlowSpecification(FlowSpecification value)
Flow Specification
' reference.
value
- the new value of the 'Flow Specification' reference.getFlowSpecification()
org.eclipse.emf.common.util.EList<ModeInstance> getInModes()
ModeInstance
.
If the meaning of the 'In Modes' reference list isn't clear, there really should be more of a description here...
InstancePackage.getFlowSpecificationInstance_InMode()
org.eclipse.emf.common.util.EList<ModeTransitionInstance> getInModeTransitions()
ModeTransitionInstance
.
If the meaning of the 'In Mode Transition' reference list isn't clear, there really should be more of a description here...
InstancePackage.getFlowSpecificationInstance_InModeTransition()