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 classstatic classstatic classEqualityHelper with ignoring features -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EMFCompareUtils.Diffequals(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
eObject1andeObject2are equal. - Since:
- 2.1.0
- See Also:
-