Package org.eclipse.emf.compare
Interface Equivalence
- All Known Implementing Classes:
EquivalenceImpl
A representation of the model object 'Equivalence'.
Diffs are considered equivalent if merging one is enough to resolve both differences. For example, if a reference has an eOpposite, we will detect one diff for each side of the bidirectional reference, yet merging one of these diffs will automatically update the model in such a way that the second diff is "merged".
The following features are supported:
- See Also:
- Generated:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Differences' reference list.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
-
Field Details
-
copyright
- See Also:
- Generated:
-
-
Method Details
-
getDifferences
Returns the value of the 'Differences' reference list. The list contents are of typeDiff
. It is bidirectional and its opposite is 'Equivalence
'. References the n diffs composing this equivalence. There are at least two diffs in this list.- Returns:
- the value of the 'Differences' reference list.
- See Also:
- Generated:
-