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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classEqualityHelper with ignoring features
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic EMFCompareUtils.Diffequals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2) 
- 
Constructor Details- 
EMFCompareUtilspublic EMFCompareUtils()
 
- 
- 
Method Details- 
equalspublic 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:
 
 
-