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