Uses of Interface
org.eclipse.emf.compare.utils.IEqualityHelper
Packages that use IEqualityHelper
Package
Description
-
Uses of IEqualityHelper in org.eclipse.emf.compare
Methods in org.eclipse.emf.compare that return IEqualityHelper -
Uses of IEqualityHelper in org.eclipse.emf.compare.diff
Methods in org.eclipse.emf.compare.diff with parameters of type IEqualityHelperModifier and TypeMethodDescriptionprotected boolean
DefaultDiffEngine.matchingContainment
(IEqualityHelper equalityHelper, EObject o1, EObject o2) Checks whether the two given EObjects are contained within the same object, under the same reference. -
Uses of IEqualityHelper in org.eclipse.emf.compare.impl
Methods in org.eclipse.emf.compare.impl that return IEqualityHelper -
Uses of IEqualityHelper in org.eclipse.emf.compare.internal.spec
Methods in org.eclipse.emf.compare.internal.spec that return IEqualityHelper -
Uses of IEqualityHelper in org.eclipse.emf.compare.internal.utils
Methods in org.eclipse.emf.compare.internal.utils with parameters of type IEqualityHelperModifier and TypeMethodDescriptionstatic <E> Set<E>
DiffUtil.computeIgnoredElements
(Comparison comparison, IEqualityHelper equalityHelper, List<E> candidates, Diff diff, boolean rightToLeft) When computing the insertion index of an element in a list, we need to ignore all elements present in that list that feature unresolved Diffs on the same feature. -
Uses of IEqualityHelper in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match that return IEqualityHelperModifier and TypeMethodDescriptionDefaultEqualityHelperFactory.createEqualityHelper()
Returns a newIEqualityHelper
.IEqualityHelperFactory.createEqualityHelper()
Returns a newIEqualityHelper
. -
Uses of IEqualityHelper in org.eclipse.emf.compare.match.eobject
Methods in org.eclipse.emf.compare.match.eobject with parameters of type IEqualityHelperModifier and TypeMethodDescriptionEqualityHelperExtensionProvider.matchingEObjects
(EObject object1, EObject object2, IEqualityHelper equalityHelper) Test whether two objects match. -
Uses of IEqualityHelper in org.eclipse.emf.compare.utils
Classes in org.eclipse.emf.compare.utils that implement IEqualityHelperModifier and TypeClassDescriptionclass
EMF Compare needs its own rules for "equality", which are based on similarity instead of strict equality.Methods in org.eclipse.emf.compare.utils with parameters of type IEqualityHelperModifier and TypeMethodDescriptionEMFCompareJavaPredicates.valueMatches
(IEqualityHelper helper, Object value) Accept only diffs whose value matches the given value.static com.google.common.base.Predicate<Diff>
EMFComparePredicates.valueMatches
(IEqualityHelper helper, Object value) Deprecated.Accept only diffs whose value matches the given value.