public interface EqualityHelperExtensionProvider
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | EqualityHelperExtensionProvider.DescriptorWrapper describing the given equality helper extension provider. | 
| static class  | EqualityHelperExtensionProvider.SpecificMatchEnumeration 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 - object2 - equalityHelper - Calling equality helper
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.