public interface MoveDelta extends Delta
RESOLUTION_PROPERTY
Modifier and Type | Method and Description |
---|---|
ListDelta |
getAdd()
Returns the value of the 'Add' reference.
|
ListDelta |
getDelete()
Returns the value of the 'Delete' reference.
|
Location |
getDestinationLocation()
Returns the destination location of the moved object.
|
java.lang.Object |
getMovedObject()
Returns the object that has been moved.
|
java.lang.String |
getMovedObjectMatchingId()
Returns the matching ID of the moved object.
|
Location |
getSourceLocation()
Returns the source location of the moved object.
|
void |
setAdd(ListDelta value)
Sets the value of the '
Add ' reference. |
void |
setDelete(ListDelta value)
Sets the value of the '
Delete ' reference. |
addComposite, addConflict, addDependent, addPrerequisite, addPropertyChangeListener, canAutoResolve, canResolve, canUnresolve, collectAtomicDeltaSet, collectResolutionSet, deleteConflict, deleteDependent, deletePrerequisite, getAffectedObject, getAffectedObjectMatchingId, getAppliedResolution, getAtomicComposites, getAtomicDeltaSet, getBase, getComposites, getConflicts, getContributor, getCustomProperty, getDependents, getDependentsRecursively, getDestinationNewSetState, getDestinationOldSetState, getEquivalentDelta, getId, getPrerequisites, getPrerequisitesRecursively, getResolution, getResolutionSet, getSourceNewSetState, getSourceOldSetState, getType, hasUnresolvedConflicts, isAccepted, isConflicting, isDestinationSetStateChanged, isInConflictedAtomicContainer, isRejected, isResolved, isSameDelta, isSourceSetStateChanged, isSystemDelta, removePropertyChangeListener, resolve, setAppliedResolution, setCustomProperty, setEquivalentDelta, setSystemDelta, toStringImpl, unresolve
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
ListDelta getDelete()
If the meaning of the 'Delete' reference isn't clear, there really should be more of a description here...
setDelete(ListDelta)
,
DeltaPackage.getMoveDelta_Delete()
void setDelete(ListDelta value)
Delete
' reference.
value
- the new value of the 'Delete' reference.getDelete()
ListDelta getAdd()
If the meaning of the 'Add' reference isn't clear, there really should be more of a description here...
setAdd(ListDelta)
,
DeltaPackage.getMoveDelta_Add()
void setAdd(ListDelta value)
Add
' reference.
value
- the new value of the 'Add' reference.getAdd()
Location getSourceLocation()
getSourceLocation
in interface Delta
Location getDestinationLocation()
getDestinationLocation
in interface Delta
java.lang.Object getMovedObject()
java.lang.String getMovedObjectMatchingId()