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.DiffEMFCompareUtils.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.DiffEMFCompareUtils.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.DiffEMFCompareUtils.equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2) protected EMFCompareUtils.DiffEMFCompareUtils.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 haveequalvalues for the attribute.protected EMFCompareUtils.DiffEMFCompareUtils.EqualityHelper.haveEqualFeature(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2, org.eclipse.emf.ecore.EStructuralFeature feature) protected EMFCompareUtils.DiffEMFCompareUtils.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 haveequalvalues for the reference.