public interface CompositeDelta extends Delta, java.beans.PropertyChangeListener, DescriptionProvider
RESOLUTION_PROPERTY| Modifier and Type | Method and Description |
|---|---|
boolean |
addDelta(Delta delta) |
java.util.List |
getDeltas()
Returns all the deltas that this delta composes.
|
java.util.Set |
getLeafDeltas()
Returns all leaf deltas referenced by this composite.
|
boolean |
isAtomic()
Returns whether or not all the composed deltas must be accepted or
rejected atomically.
|
boolean |
isLeafDeltaConflicting()
Returns whether or not a leaf delta is conflicting with another delta.
|
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, getDestinationLocation, getDestinationNewSetState, getDestinationOldSetState, getEquivalentDelta, getId, getPrerequisites, getPrerequisitesRecursively, getResolution, getResolutionSet, getSourceLocation, getSourceNewSetState, getSourceOldSetState, getType, hasUnresolvedConflicts, isAccepted, isConflicting, isDestinationSetStateChanged, isInConflictedAtomicContainer, isRejected, isResolved, isSameDelta, isSourceSetStateChanged, isSystemDelta, removePropertyChangeListener, resolve, setAppliedResolution, setCustomProperty, setEquivalentDelta, setSystemDelta, toStringImpl, unresolveeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetLongDescription, getShortDescriptionboolean addDelta(Delta delta)
java.util.List getDeltas()
boolean isAtomic()
boolean isLeafDeltaConflicting()
java.util.Set getLeafDeltas()