Uses of Interface
org.eclipse.emf.compare.Equivalence
Package
Description
-
Uses of Equivalence in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionCompareFactory.createEquivalence()
Returns a new object of class 'Equivalence'.Diff.getEquivalence()
Returns the value of the 'Equivalence' reference.Modifier and TypeMethodDescriptionComparison.getEquivalences()
Returns the value of the 'Equivalences' containment reference list.Modifier and TypeMethodDescriptionvoid
Diff.setEquivalence
(Equivalence value) Sets the value of the 'Equivalence
' reference. -
Uses of Equivalence in org.eclipse.emf.compare.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Equivalence'.Modifier and TypeFieldDescriptionprotected Equivalence
DiffImpl.equivalence
The cached value of the 'Equivalence
' reference.Modifier and TypeFieldDescriptionprotected EList<Equivalence>
ComparisonImpl.equivalences
The cached value of the 'Equivalences
' containment reference list.Modifier and TypeMethodDescriptionDiffImpl.basicGetEquivalence()
CompareFactoryImpl.createEquivalence()
DiffImpl.getEquivalence()
Modifier and TypeMethodDescriptionDiffImpl.basicSetEquivalence
(Equivalence newEquivalence, NotificationChain msgs) void
DiffImpl.setEquivalence
(Equivalence newEquivalence) -
Uses of Equivalence in org.eclipse.emf.compare.util
Modifier and TypeMethodDescriptionCompareSwitch.caseEquivalence
(Equivalence object) Returns the result of interpreting the object as an instance of 'Equivalence'.