protected EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.equalFeatureMaps(org.eclipse.emf.ecore.util.FeatureMap featureMap1,
org.eclipse.emf.ecore.util.FeatureMap featureMap2,
org.eclipse.emf.ecore.EAttribute attribute) |
Returns whether the two feature maps are equal
.
|
protected EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.equalFeatureMapValues(Object value1,
Object value2,
org.eclipse.emf.ecore.EStructuralFeature feature) |
Returns whether the two values of a feature map are
equal .
|
EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.equals(List<org.eclipse.emf.ecore.EObject> list1,
List<org.eclipse.emf.ecore.EObject> list2,
org.eclipse.emf.ecore.EStructuralFeature feature) |
Returns whether list1 and list2 contain
equal EObject s at the same
index.
|
EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.equals(org.eclipse.emf.ecore.EObject eObject1,
org.eclipse.emf.ecore.EObject eObject2) |
Returns whether eObject1 and eObject2 are
equal in the context of this helper instance.
|
static EMFCompareUtils.Diff |
EMFCompareUtils.equals(org.eclipse.emf.ecore.EObject eObject1,
org.eclipse.emf.ecore.EObject eObject2) |
Returns true if eObject1 and
eObject2 are equal ,
false otherwise.
|
protected EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.haveEqualAttribute(org.eclipse.emf.ecore.EObject eObject1,
org.eclipse.emf.ecore.EObject eObject2,
org.eclipse.emf.ecore.EAttribute attribute) |
Returns whether the two objects have equal
value s for the attribute.
|
protected EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.haveEqualFeature(org.eclipse.emf.ecore.EObject eObject1,
org.eclipse.emf.ecore.EObject eObject2,
org.eclipse.emf.ecore.EStructuralFeature feature) |
Returns whether the two objects have equal
isSet states and
value s for the feature.
|
protected EMFCompareUtils.Diff |
EMFCompareUtils.EqualityHelper.haveEqualReference(org.eclipse.emf.ecore.EObject eObject1,
org.eclipse.emf.ecore.EObject eObject2,
org.eclipse.emf.ecore.EReference reference) |
Returns whether the two objects have equal
value s for the reference.
|