Class ComparedEmfObjects

java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<org.eclipse.emf.ecore.EObject>
com._1c.g5.v8.dt.compare.model.ComparedEmfObjects
All Implemented Interfaces:
IComparedObjects<org.eclipse.emf.ecore.EObject>, Cloneable
Direct Known Subclasses:
MatchedEmfObjects

public class ComparedEmfObjects extends AbstractComparedEmfObjects<org.eclipse.emf.ecore.EObject>
A representation of compared EObjects.
  • Constructor Details

    • ComparedEmfObjects

      public ComparedEmfObjects()
      Creates an instance of the ComparedEmfObjects. Used for cloning purposes
    • ComparedEmfObjects

      public ComparedEmfObjects(org.eclipse.emf.ecore.EObject main, org.eclipse.emf.ecore.EObject other, org.eclipse.emf.ecore.EObject ancestor)
      Constructs a triple of EObjects being compared.
      Parameters:
      main - the main object, may be null
      other - the other object, may be null
      ancestor - the common ancestor object, may be null