public interface CreateDeleteOperation extends AbstractOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,ModelElementId> |
getEObjectToIdMap()
Returns the value of the 'EObject To Id Map' map.
|
org.eclipse.emf.ecore.EObject |
getModelElement()
Returns the value of the 'Model Element' containment reference.
|
ModelElementId |
getParentofDeletedElement(Project project)
Get the id of the previous parent of the deleted element.
|
org.eclipse.emf.common.util.EList<ReferenceOperation> |
getSubOperations()
Returns the value of the 'Sub Operations' containment reference list.
|
boolean |
isDelete()
Returns the value of the 'Delete' attribute.
|
void |
setDelete(boolean value)
Sets the value of the '
Delete' attribute. |
void |
setModelElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Model Element' containment reference. |
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, toAPIboolean isDelete()
If the meaning of the 'Delete' attribute isn't clear, there really should be more of a description here...
setDelete(boolean),
OperationsPackage.getCreateDeleteOperation_Delete()void setDelete(boolean value)
Delete' attribute. value - the new value of the 'Delete' attribute.isDelete()org.eclipse.emf.ecore.EObject getModelElement()
If the meaning of the 'Model Element' containment reference isn't clear, there really should be more of a description here...
setModelElement(EObject),
OperationsPackage.getCreateDeleteOperation_ModelElement()void setModelElement(org.eclipse.emf.ecore.EObject value)
Model Element' containment reference.
value - the new value of the 'Model Element' containment reference.getModelElement()org.eclipse.emf.common.util.EList<ReferenceOperation> getSubOperations()
ReferenceOperation.
If the meaning of the 'Sub Operations' containment reference list isn't clear, there really should be more of a description here...
OperationsPackage.getCreateDeleteOperation_SubOperations()org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,ModelElementId> getEObjectToIdMap()
EObject, and the value is of
type ModelElementId,
If the meaning of the 'EObject To Id Map' map isn't clear, there really should be more of a description here...
OperationsPackage.getCreateDeleteOperation_EObjectToIdMap()ModelElementId getParentofDeletedElement(Project project)
project - the current project (needed to derive the parent)Copyright © 2017. All rights reserved.