public interface EqualityHelperExtensionProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
EqualityHelperExtensionProvider.Descriptor
Wrapper describing the given equality helper extension provider.
|
static class |
EqualityHelperExtensionProvider.SpecificMatch
Enumeration used to return the result of a specific matching.
|
Modifier and Type | Method and Description |
---|---|
EqualityHelperExtensionProvider.SpecificMatch |
matchingEObjects(EObject object1,
EObject object2,
IEqualityHelper equalityHelper)
Test whether two objects match.
|
EqualityHelperExtensionProvider.SpecificMatch matchingEObjects(EObject object1, EObject object2, IEqualityHelper equalityHelper)
object1
- First of the two compared objects.object2
- Second of the two compared objects.equalityHelper
- Calling equality helper
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.