public interface CompositeOperation extends AbstractOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
void |
cannonize()
Remove all operations from the composite that are masked by later
operations in the same composite.
|
String |
getCompositeDescription()
Returns the value of the 'Composite Description' attribute.
|
String |
getCompositeName()
Returns the value of the 'Composite Name' attribute.
|
AbstractOperation |
getMainOperation()
Returns the value of the 'Main Operation' reference.
|
org.eclipse.emf.common.util.EList<AbstractOperation> |
getSubOperations()
Returns the value of the 'Sub Operations' containment reference list.
|
boolean |
isReversed()
Returns the value of the 'Reversed' attribute.
|
void |
setCompositeDescription(String value)
Sets the value of the '
Composite Description' attribute. |
void |
setCompositeName(String value)
Sets the value of the '
Composite Name' attribute. |
void |
setMainOperation(AbstractOperation value)
Sets the value of the '
Main Operation' reference. |
void |
setReversed(boolean value)
Sets the value of the '
Reversed' attribute. |
apply, getAllInvolvedModelElements, getClientDate, getLeafOperations, getModelElementId, getOperationId, getOtherInvolvedModelElements, isAccepted, reverse, setAccepted, setClientDate, setModelElementIdgetIdentifier, setIdentifiereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIorg.eclipse.emf.common.util.EList<AbstractOperation> getSubOperations()
AbstractOperation.
If the meaning of the 'Sub Operations' containment reference list isn't clear, there really should be more of a description here...
OperationsPackage.getCompositeOperation_SubOperations()AbstractOperation getMainOperation()
If the meaning of the 'Main Operation' reference isn't clear, there really should be more of a description here...
setMainOperation(AbstractOperation),
OperationsPackage.getCompositeOperation_MainOperation()void setMainOperation(AbstractOperation value)
Main Operation' reference.
value - the new value of the 'Main Operation' reference.getMainOperation()String getCompositeName()
If the meaning of the 'Composite Name' attribute isn't clear, there really should be more of a description here...
setCompositeName(String),
OperationsPackage.getCompositeOperation_CompositeName()void setCompositeName(String value)
Composite Name' attribute.
value - the new value of the 'Composite Name' attribute.getCompositeName()String getCompositeDescription()
If the meaning of the 'Composite Description' attribute isn't clear, there really should be more of a description here...
setCompositeDescription(String),
OperationsPackage.getCompositeOperation_CompositeDescription()void setCompositeDescription(String value)
Composite Description' attribute.
value - the new value of the 'Composite Description' attribute.getCompositeDescription()boolean isReversed()
If the meaning of the 'Reversed' attribute isn't clear, there really should be more of a description here...
setReversed(boolean),
OperationsPackage.getCompositeOperation_Reversed()void setReversed(boolean value)
Reversed' attribute. value - the new value of the 'Reversed' attribute.isReversed()void cannonize()
Copyright © 2017. All rights reserved.