Package com._1c.g5.v8.dt.common
Class EMFCompareUtils
java.lang.Object
com._1c.g5.v8.dt.common.EMFCompareUtils
This class contains convenient static methods for working with EMF objects.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
EqualityHelper with ignoring features -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EMFCompareUtils.Diff
equals
(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2)
-
Constructor Details
-
EMFCompareUtils
public EMFCompareUtils()
-
-
Method Details
-
equals
public static EMFCompareUtils.Diff equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2) - Returns:
- whether
eObject1
andeObject2
are equal. - Since:
- 2.1.0
- See Also:
-