public interface ObjectFlow extends ActivityEdge
The following features are supported:
ActivityPackage.getObjectFlow()| Modifier and Type | Method and Description |
|---|---|
AbstractBehavior |
getSelection()
Returns the value of the 'Selection' reference.
|
AbstractBehavior |
getTransformation()
Returns the value of the 'Transformation' reference.
|
boolean |
isIsMulticast()
Returns the value of the 'Is Multicast' attribute.
|
boolean |
isIsMultireceive()
Returns the value of the 'Is Multireceive' attribute.
|
void |
setIsMulticast(boolean value)
Sets the value of the '
Is Multicast' attribute. |
void |
setIsMultireceive(boolean value)
Sets the value of the '
Is Multireceive' attribute. |
void |
setSelection(AbstractBehavior value)
Sets the value of the '
Selection' reference. |
void |
setTransformation(AbstractBehavior value)
Sets the value of the '
Transformation' reference. |
getGuard, getInActivityPartition, getInInterruptibleRegion, getInStructuredNode, getInterrupts, getKindOfRate, getProbability, getRate, getSource, getTarget, getWeight, setGuard, setInterrupts, setKindOfRate, setProbability, setRate, setSource, setTarget, setWeightgetRealizedFlow, setRealizedFlowdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isIsMulticast()
If the meaning of the 'Is Multicast' attribute isn't clear, there really should be more of a description here...
setIsMulticast(boolean),
ActivityPackage.getObjectFlow_IsMulticast()void setIsMulticast(boolean value)
Is Multicast' attribute.
value - the new value of the 'Is Multicast' attribute.isIsMulticast()boolean isIsMultireceive()
If the meaning of the 'Is Multireceive' attribute isn't clear, there really should be more of a description here...
setIsMultireceive(boolean),
ActivityPackage.getObjectFlow_IsMultireceive()void setIsMultireceive(boolean value)
Is Multireceive' attribute.
value - the new value of the 'Is Multireceive' attribute.isIsMultireceive()AbstractBehavior getTransformation()
If the meaning of the 'Transformation' reference isn't clear, there really should be more of a description here...
setTransformation(AbstractBehavior),
ActivityPackage.getObjectFlow_Transformation()void setTransformation(AbstractBehavior value)
Transformation' reference.
value - the new value of the 'Transformation' reference.getTransformation()AbstractBehavior getSelection()
If the meaning of the 'Selection' reference isn't clear, there really should be more of a description here...
setSelection(AbstractBehavior),
ActivityPackage.getObjectFlow_Selection()void setSelection(AbstractBehavior value)
Selection' reference.
value - the new value of the 'Selection' reference.getSelection()