public interface AbstractAction extends ExecutableNode, AbstractNamedElement
The following features are supported:
ActivityPackage.getAbstractAction()| Modifier and Type | Method and Description |
|---|---|
AbstractType |
getContext()
Returns the value of the 'Context' reference.
|
org.eclipse.emf.common.util.EList<InputPin> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
AbstractConstraint |
getLocalPostcondition()
Returns the value of the 'Local Postcondition' containment reference.
|
AbstractConstraint |
getLocalPrecondition()
Returns the value of the 'Local Precondition' containment reference.
|
org.eclipse.emf.common.util.EList<OutputPin> |
getOutputs()
Returns the value of the 'Outputs' containment reference list.
|
void |
setContext(AbstractType value)
Sets the value of the '
Context' reference. |
void |
setLocalPostcondition(AbstractConstraint value)
Sets the value of the '
Local Postcondition' containment reference. |
void |
setLocalPrecondition(AbstractConstraint value)
Sets the value of the '
Local Precondition' containment reference. |
getOwnedHandlersgetInActivityPartition, getIncoming, getInInterruptibleRegion, getInStructuredNode, getOutgoinggetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsAbstractConstraint getLocalPrecondition()
If the meaning of the 'Local Precondition' containment reference isn't clear, there really should be more of a description here...
setLocalPrecondition(AbstractConstraint),
ActivityPackage.getAbstractAction_LocalPrecondition()void setLocalPrecondition(AbstractConstraint value)
Local Precondition' containment reference.
value - the new value of the 'Local Precondition' containment reference.getLocalPrecondition()AbstractConstraint getLocalPostcondition()
If the meaning of the 'Local Postcondition' containment reference isn't clear, there really should be more of a description here...
setLocalPostcondition(AbstractConstraint),
ActivityPackage.getAbstractAction_LocalPostcondition()void setLocalPostcondition(AbstractConstraint value)
Local Postcondition' containment reference.
value - the new value of the 'Local Postcondition' containment reference.getLocalPostcondition()AbstractType getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(AbstractType),
ActivityPackage.getAbstractAction_Context()void setContext(AbstractType value)
Context' reference.
value - the new value of the 'Context' reference.getContext()org.eclipse.emf.common.util.EList<InputPin> getInputs()
InputPin.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractAction_Inputs()org.eclipse.emf.common.util.EList<OutputPin> getOutputs()
OutputPin.
If the meaning of the 'Outputs' containment reference list isn't clear, there really should be more of a description here...
ActivityPackage.getAbstractAction_Outputs()