Uses of Class
com._1c.g5.v8.dt.common.EMFCompareUtils.Diff
Packages that use EMFCompareUtils.Diff
-
Uses of EMFCompareUtils.Diff in com._1c.g5.v8.dt.common
Methods in com._1c.g5.v8.dt.common that return EMFCompareUtils.DiffModifier and TypeMethodDescriptionprotected 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 areequal
.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 areequal
.EMFCompareUtils.EqualityHelper.equals
(List<org.eclipse.emf.ecore.EObject> list1, List<org.eclipse.emf.ecore.EObject> list2, org.eclipse.emf.ecore.EStructuralFeature feature) EMFCompareUtils.EqualityHelper.equals
(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2) static EMFCompareUtils.Diff
EMFCompareUtils.equals
(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2) 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 haveequal
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) 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 haveequal
value
s for the reference.