public interface IEqualityHelper extends Adapter
IMatchEngine
.Adapter.Internal
Modifier and Type | Method and Description |
---|---|
Comparison |
getTarget() |
boolean |
matchingAttributeValues(Object object1,
Object object2)
This should only be used if the two given Objects are known not to be instances of EObjects.
|
boolean |
matchingValues(Object object1,
Object object2)
Check that the two given values are "equal", considering the specifics of EMF.
|
isAdapterForType, notifyChanged, setTarget
boolean matchingValues(Object object1, Object object2)
object1
- First of the two objects to compare here.object2
- Second of the two objects to compare here.true
if both objects are to be considered equal, false
otherwise.boolean matchingAttributeValues(Object object1, Object object2)
Object.equals(Object)
implementation.object1
- First of the two objects to compare here.object2
- Second of the two objects to compare here.true
if both objects are to be considered equal, false
otherwise.Comparison getTarget()
getTarget
in interface Adapter
Adapter.getTarget()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.