Class ComparedMdObjects

All Implemented Interfaces:
IComparedObjects<MdObject>, Cloneable

public class ComparedMdObjects extends AbstractComparedEmfObjects<MdObject>
A representation of compared MD objects.
  • Constructor Details

    • ComparedMdObjects

      public ComparedMdObjects()
      Constructs an instance of the object. Used for cloning purposes
    • ComparedMdObjects

      public ComparedMdObjects(MdObject mainMdObject, MdObject otherMdObject, MdObject ancestorMdObject)
      Constructs a provider with the specified MD objects.
      Parameters:
      mainMdObject - the main MD object, may be null
      otherMdObject - the other MD object, may be null
      ancestorMdObject - the common ancestor MD object, may be null