Uses of Class
com._1c.g5.v8.dt.common.EMFCompareUtils.Diff

Packages that use EMFCompareUtils.Diff
Package
Description
 
  • Uses of EMFCompareUtils.Diff in com._1c.g5.v8.dt.common

    Modifier and Type
    Method
    Description
    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 are equal .
    EMFCompareUtils.EqualityHelper.equalFeatureMapValues(Object value1, Object value2, org.eclipse.emf.ecore.EStructuralFeature feature)
    Returns whether the two values of a feature map are equal.
    EMFCompareUtils.EqualityHelper.equals(List<org.eclipse.emf.ecore.EObject> list1, List<org.eclipse.emf.ecore.EObject> list2, org.eclipse.emf.ecore.EStructuralFeature feature)
    Returns whether list1 and list2 contain equal EObjects at the same index.
    EMFCompareUtils.EqualityHelper.equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2)
    Returns whether eObject1 and eObject2 are equal in the context of this helper instance.
    EMFCompareUtils.equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2)
    Returns true if eObject1 and eObject2 are equal, false otherwise.
    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 have equal values for the attribute.
    EMFCompareUtils.EqualityHelper.haveEqualFeature(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2, org.eclipse.emf.ecore.EStructuralFeature feature)
    Returns whether the two objects have equal isSet states and values for the feature.
    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 have equal values for the reference.