Uses of Class
org.eclipse.emf.compare.match.eobject.EqualityHelperExtensionProvider.SpecificMatch
-
Packages that use EqualityHelperExtensionProvider.SpecificMatch Package Description org.eclipse.emf.compare.match.eobject -
-
Uses of EqualityHelperExtensionProvider.SpecificMatch in org.eclipse.emf.compare.match.eobject
Methods in org.eclipse.emf.compare.match.eobject that return EqualityHelperExtensionProvider.SpecificMatch Modifier and Type Method Description EqualityHelperExtensionProvider.SpecificMatch
EqualityHelperExtensionProvider. matchingEObjects(EObject object1, EObject object2, IEqualityHelper equalityHelper)
Test whether two objects match.static EqualityHelperExtensionProvider.SpecificMatch
EqualityHelperExtensionProvider.SpecificMatch. valueOf(String name)
Returns the enum constant of this type with the specified name.static EqualityHelperExtensionProvider.SpecificMatch[]
EqualityHelperExtensionProvider.SpecificMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-