Interface ComparePackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ComparePackageImpl

public interface ComparePackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated:
    • eINSTANCE

      static final ComparePackage eINSTANCE
      The singleton instance of the package.
      Generated:
    • COMPARISON

      static final int COMPARISON
      The meta object id for the 'Comparison' class.
      See Also:
      Generated:
    • COMPARISON__MATCHED_RESOURCES

      static final int COMPARISON__MATCHED_RESOURCES
      The feature id for the 'Matched Resources' containment reference list.
      See Also:
      Generated:
    • COMPARISON__MATCHES

      static final int COMPARISON__MATCHES
      The feature id for the 'Matches' containment reference list.
      See Also:
      Generated:
    • COMPARISON__CONFLICTS

      static final int COMPARISON__CONFLICTS
      The feature id for the 'Conflicts' containment reference list.
      See Also:
      Generated:
    • COMPARISON__EQUIVALENCES

      static final int COMPARISON__EQUIVALENCES
      The feature id for the 'Equivalences' containment reference list.
      See Also:
      Generated:
    • COMPARISON__THREE_WAY

      static final int COMPARISON__THREE_WAY
      The feature id for the 'Three Way' attribute.
      See Also:
      Generated:
    • COMPARISON__DIAGNOSTIC

      static final int COMPARISON__DIAGNOSTIC
      The feature id for the 'Diagnostic' attribute.
      See Also:
      Generated:
    • COMPARISON_FEATURE_COUNT

      static final int COMPARISON_FEATURE_COUNT
      The number of structural features of the 'Comparison' class.
      See Also:
      Generated:
    • MATCH_RESOURCE

      static final int MATCH_RESOURCE
      The meta object id for the 'Match Resource' class.
      See Also:
      Generated:
    • MATCH_RESOURCE__LEFT_URI

      static final int MATCH_RESOURCE__LEFT_URI
      The feature id for the 'Left URI' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__RIGHT_URI

      static final int MATCH_RESOURCE__RIGHT_URI
      The feature id for the 'Right URI' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__ORIGIN_URI

      static final int MATCH_RESOURCE__ORIGIN_URI
      The feature id for the 'Origin URI' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__LEFT

      static final int MATCH_RESOURCE__LEFT
      The feature id for the 'Left' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__RIGHT

      static final int MATCH_RESOURCE__RIGHT
      The feature id for the 'Right' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__ORIGIN

      static final int MATCH_RESOURCE__ORIGIN
      The feature id for the 'Origin' attribute.
      See Also:
      Generated:
    • MATCH_RESOURCE__COMPARISON

      static final int MATCH_RESOURCE__COMPARISON
      The feature id for the 'Comparison' container reference.
      See Also:
      Generated:
    • MATCH_RESOURCE__LOCATION_CHANGES

      static final int MATCH_RESOURCE__LOCATION_CHANGES
      The feature id for the 'Location Changes' containment reference list.
      See Also:
      Generated:
    • MATCH_RESOURCE_FEATURE_COUNT

      static final int MATCH_RESOURCE_FEATURE_COUNT
      The number of structural features of the 'Match Resource' class.
      See Also:
      Generated:
    • MATCH

      static final int MATCH
      The meta object id for the 'Match' class.
      See Also:
      Generated:
    • MATCH__SUBMATCHES

      static final int MATCH__SUBMATCHES
      The feature id for the 'Submatches' containment reference list.
      See Also:
      Generated:
    • MATCH__DIFFERENCES

      static final int MATCH__DIFFERENCES
      The feature id for the 'Differences' containment reference list.
      See Also:
      Generated:
    • MATCH__LEFT

      static final int MATCH__LEFT
      The feature id for the 'Left' reference.
      See Also:
      Generated:
    • MATCH__RIGHT

      static final int MATCH__RIGHT
      The feature id for the 'Right' reference.
      See Also:
      Generated:
    • MATCH__ORIGIN

      static final int MATCH__ORIGIN
      The feature id for the 'Origin' reference.
      See Also:
      Generated:
    • MATCH_FEATURE_COUNT

      static final int MATCH_FEATURE_COUNT
      The number of structural features of the 'Match' class.
      See Also:
      Generated:
    • DIFF

      static final int DIFF
      The meta object id for the 'Diff' class.
      See Also:
      Generated:
    • DIFF__MATCH

      static final int DIFF__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • DIFF__REQUIRES

      static final int DIFF__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • DIFF__REQUIRED_BY

      static final int DIFF__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • DIFF__IMPLIES

      static final int DIFF__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • DIFF__IMPLIED_BY

      static final int DIFF__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • DIFF__REFINES

      static final int DIFF__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • DIFF__REFINED_BY

      static final int DIFF__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • DIFF__PRIME_REFINING

      static final int DIFF__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • DIFF__KIND

      static final int DIFF__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • DIFF__SOURCE

      static final int DIFF__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • DIFF__STATE

      static final int DIFF__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • DIFF__EQUIVALENCE

      static final int DIFF__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • DIFF__CONFLICT

      static final int DIFF__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • DIFF_FEATURE_COUNT

      static final int DIFF_FEATURE_COUNT
      The number of structural features of the 'Diff' class.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE

      static final int RESOURCE_ATTACHMENT_CHANGE
      The meta object id for the 'Resource Attachment Change' class.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__MATCH

      static final int RESOURCE_ATTACHMENT_CHANGE__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__REQUIRES

      static final int RESOURCE_ATTACHMENT_CHANGE__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__REQUIRED_BY

      static final int RESOURCE_ATTACHMENT_CHANGE__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__IMPLIES

      static final int RESOURCE_ATTACHMENT_CHANGE__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__IMPLIED_BY

      static final int RESOURCE_ATTACHMENT_CHANGE__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__REFINES

      static final int RESOURCE_ATTACHMENT_CHANGE__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__REFINED_BY

      static final int RESOURCE_ATTACHMENT_CHANGE__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__PRIME_REFINING

      static final int RESOURCE_ATTACHMENT_CHANGE__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__KIND

      static final int RESOURCE_ATTACHMENT_CHANGE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__SOURCE

      static final int RESOURCE_ATTACHMENT_CHANGE__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__STATE

      static final int RESOURCE_ATTACHMENT_CHANGE__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__EQUIVALENCE

      static final int RESOURCE_ATTACHMENT_CHANGE__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__CONFLICT

      static final int RESOURCE_ATTACHMENT_CHANGE__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE__RESOURCE_URI

      static final int RESOURCE_ATTACHMENT_CHANGE__RESOURCE_URI
      The feature id for the 'Resource URI' attribute.
      See Also:
      Generated:
    • RESOURCE_ATTACHMENT_CHANGE_FEATURE_COUNT

      static final int RESOURCE_ATTACHMENT_CHANGE_FEATURE_COUNT
      The number of structural features of the 'Resource Attachment Change' class.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE

      static final int RESOURCE_LOCATION_CHANGE
      The meta object id for the 'Resource Location Change' class.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__MATCH

      static final int RESOURCE_LOCATION_CHANGE__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__REQUIRES

      static final int RESOURCE_LOCATION_CHANGE__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__REQUIRED_BY

      static final int RESOURCE_LOCATION_CHANGE__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__IMPLIES

      static final int RESOURCE_LOCATION_CHANGE__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__IMPLIED_BY

      static final int RESOURCE_LOCATION_CHANGE__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__REFINES

      static final int RESOURCE_LOCATION_CHANGE__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__REFINED_BY

      static final int RESOURCE_LOCATION_CHANGE__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__PRIME_REFINING

      static final int RESOURCE_LOCATION_CHANGE__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__KIND

      static final int RESOURCE_LOCATION_CHANGE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__SOURCE

      static final int RESOURCE_LOCATION_CHANGE__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__STATE

      static final int RESOURCE_LOCATION_CHANGE__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__EQUIVALENCE

      static final int RESOURCE_LOCATION_CHANGE__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__CONFLICT

      static final int RESOURCE_LOCATION_CHANGE__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__BASE_LOCATION

      static final int RESOURCE_LOCATION_CHANGE__BASE_LOCATION
      The feature id for the 'Base Location' attribute.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE__CHANGED_LOCATION

      static final int RESOURCE_LOCATION_CHANGE__CHANGED_LOCATION
      The feature id for the 'Changed Location' attribute.
      See Also:
      Generated:
    • RESOURCE_LOCATION_CHANGE_FEATURE_COUNT

      static final int RESOURCE_LOCATION_CHANGE_FEATURE_COUNT
      The number of structural features of the 'Resource Location Change' class.
      See Also:
      Generated:
    • REFERENCE_CHANGE

      static final int REFERENCE_CHANGE
      The meta object id for the 'Reference Change' class.
      See Also:
      Generated:
    • REFERENCE_CHANGE__MATCH

      static final int REFERENCE_CHANGE__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE__REQUIRES

      static final int REFERENCE_CHANGE__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__REQUIRED_BY

      static final int REFERENCE_CHANGE__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__IMPLIES

      static final int REFERENCE_CHANGE__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__IMPLIED_BY

      static final int REFERENCE_CHANGE__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__REFINES

      static final int REFERENCE_CHANGE__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__REFINED_BY

      static final int REFERENCE_CHANGE__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • REFERENCE_CHANGE__PRIME_REFINING

      static final int REFERENCE_CHANGE__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE__KIND

      static final int REFERENCE_CHANGE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • REFERENCE_CHANGE__SOURCE

      static final int REFERENCE_CHANGE__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • REFERENCE_CHANGE__STATE

      static final int REFERENCE_CHANGE__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • REFERENCE_CHANGE__EQUIVALENCE

      static final int REFERENCE_CHANGE__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE__CONFLICT

      static final int REFERENCE_CHANGE__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE__REFERENCE

      static final int REFERENCE_CHANGE__REFERENCE
      The feature id for the 'Reference' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE__VALUE

      static final int REFERENCE_CHANGE__VALUE
      The feature id for the 'Value' reference.
      See Also:
      Generated:
    • REFERENCE_CHANGE_FEATURE_COUNT

      static final int REFERENCE_CHANGE_FEATURE_COUNT
      The number of structural features of the 'Reference Change' class.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE

      static final int ATTRIBUTE_CHANGE
      The meta object id for the 'Attribute Change' class.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__MATCH

      static final int ATTRIBUTE_CHANGE__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__REQUIRES

      static final int ATTRIBUTE_CHANGE__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__REQUIRED_BY

      static final int ATTRIBUTE_CHANGE__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__IMPLIES

      static final int ATTRIBUTE_CHANGE__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__IMPLIED_BY

      static final int ATTRIBUTE_CHANGE__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__REFINES

      static final int ATTRIBUTE_CHANGE__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__REFINED_BY

      static final int ATTRIBUTE_CHANGE__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__PRIME_REFINING

      static final int ATTRIBUTE_CHANGE__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__KIND

      static final int ATTRIBUTE_CHANGE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__SOURCE

      static final int ATTRIBUTE_CHANGE__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__STATE

      static final int ATTRIBUTE_CHANGE__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__EQUIVALENCE

      static final int ATTRIBUTE_CHANGE__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__CONFLICT

      static final int ATTRIBUTE_CHANGE__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__ATTRIBUTE

      static final int ATTRIBUTE_CHANGE__ATTRIBUTE
      The feature id for the 'Attribute' reference.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE__VALUE

      static final int ATTRIBUTE_CHANGE__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Generated:
    • ATTRIBUTE_CHANGE_FEATURE_COUNT

      static final int ATTRIBUTE_CHANGE_FEATURE_COUNT
      The number of structural features of the 'Attribute Change' class.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE

      static final int FEATURE_MAP_CHANGE
      The meta object id for the 'Feature Map Change' class.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__MATCH

      static final int FEATURE_MAP_CHANGE__MATCH
      The feature id for the 'Match' reference.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__REQUIRES

      static final int FEATURE_MAP_CHANGE__REQUIRES
      The feature id for the 'Requires' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__REQUIRED_BY

      static final int FEATURE_MAP_CHANGE__REQUIRED_BY
      The feature id for the 'Required By' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__IMPLIES

      static final int FEATURE_MAP_CHANGE__IMPLIES
      The feature id for the 'Implies' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__IMPLIED_BY

      static final int FEATURE_MAP_CHANGE__IMPLIED_BY
      The feature id for the 'Implied By' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__REFINES

      static final int FEATURE_MAP_CHANGE__REFINES
      The feature id for the 'Refines' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__REFINED_BY

      static final int FEATURE_MAP_CHANGE__REFINED_BY
      The feature id for the 'Refined By' reference list.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__PRIME_REFINING

      static final int FEATURE_MAP_CHANGE__PRIME_REFINING
      The feature id for the 'Prime Refining' reference.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__KIND

      static final int FEATURE_MAP_CHANGE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__SOURCE

      static final int FEATURE_MAP_CHANGE__SOURCE
      The feature id for the 'Source' attribute.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__STATE

      static final int FEATURE_MAP_CHANGE__STATE
      The feature id for the 'State' attribute.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__EQUIVALENCE

      static final int FEATURE_MAP_CHANGE__EQUIVALENCE
      The feature id for the 'Equivalence' reference.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__CONFLICT

      static final int FEATURE_MAP_CHANGE__CONFLICT
      The feature id for the 'Conflict' reference.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__ATTRIBUTE

      static final int FEATURE_MAP_CHANGE__ATTRIBUTE
      The feature id for the 'Attribute' reference.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE__VALUE

      static final int FEATURE_MAP_CHANGE__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Generated:
    • FEATURE_MAP_CHANGE_FEATURE_COUNT

      static final int FEATURE_MAP_CHANGE_FEATURE_COUNT
      The number of structural features of the 'Feature Map Change' class.
      See Also:
      Generated:
    • CONFLICT

      static final int CONFLICT
      The meta object id for the 'Conflict' class.
      See Also:
      Generated:
    • CONFLICT__KIND

      static final int CONFLICT__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Generated:
    • CONFLICT__DIFFERENCES

      static final int CONFLICT__DIFFERENCES
      The feature id for the 'Differences' reference list.
      See Also:
      Generated:
    • CONFLICT_FEATURE_COUNT

      static final int CONFLICT_FEATURE_COUNT
      The number of structural features of the 'Conflict' class.
      See Also:
      Generated:
    • EQUIVALENCE

      static final int EQUIVALENCE
      The meta object id for the 'Equivalence' class.
      See Also:
      Generated:
    • EQUIVALENCE__DIFFERENCES

      static final int EQUIVALENCE__DIFFERENCES
      The feature id for the 'Differences' reference list.
      See Also:
      Generated:
    • EQUIVALENCE_FEATURE_COUNT

      static final int EQUIVALENCE_FEATURE_COUNT
      The number of structural features of the 'Equivalence' class.
      See Also:
      Generated:
    • DIFFERENCE_KIND

      static final int DIFFERENCE_KIND
      The meta object id for the 'Difference Kind' enum.
      See Also:
      Generated:
    • DIFFERENCE_SOURCE

      static final int DIFFERENCE_SOURCE
      The meta object id for the 'Difference Source' enum.
      See Also:
      Generated:
    • DIFFERENCE_STATE

      static final int DIFFERENCE_STATE
      The meta object id for the 'Difference State' enum.
      See Also:
      Generated:
    • CONFLICT_KIND

      static final int CONFLICT_KIND
      The meta object id for the 'Conflict Kind' enum.
      See Also:
      Generated:
    • EITERABLE

      static final int EITERABLE
      The meta object id for the 'EIterable' data type.
      See Also:
      Generated:
    • IEQUALITY_HELPER

      static final int IEQUALITY_HELPER
      The meta object id for the 'IEquality Helper' data type.
      See Also:
      Generated:
    • DIAGNOSTIC

      static final int DIAGNOSTIC
      The meta object id for the 'Diagnostic' data type.
      Since:
      3.1
      See Also:
      Generated:
  • Method Details