|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompositeOperation
A representation of the model object ' Composite Operation'.
The following features are supported:
OperationsPackage.getCompositeOperation()| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.operations.AbstractOperation |
|---|
apply, getAllInvolvedModelElements, getClientDate, getLeafOperations, getModelElementId, getOperationId, getOtherInvolvedModelElements, isAccepted, reverse, setAccepted, setClientDate, setModelElementId |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.common.model.IdentifiableElement |
|---|
getIdentifier, setIdentifier |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate |
|---|
createAPI, toAPI |
| Method Detail |
|---|
org.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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||