Package com._1c.g5.v8.dt.common
Class EMFCompareUtils
- java.lang.Object
-
- com._1c.g5.v8.dt.common.EMFCompareUtils
-
public class EMFCompareUtils extends Object
This class contains convenient static methods for working with EMF objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EMFCompareUtils.Diff
static class
EMFCompareUtils.EqualityHelper
static class
EMFCompareUtils.EqualityHelperEx
EqualityHelper with ignoring features
-
Constructor Summary
Constructors Constructor Description EMFCompareUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EMFCompareUtils.Diff
equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2)
-
-
-
Method Detail
-
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:
EMFCompareUtils.EqualityHelper
-
-