Class ComparedDcsObjects

All Implemented Interfaces:
IComparedObjects<DataCompositionSchema>, Cloneable

public class ComparedDcsObjects extends AbstractComparedEmfObjects<DataCompositionSchema>
A representation of compared Data composition schemas.
  • Constructor Details

    • ComparedDcsObjects

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

      public ComparedDcsObjects(DataCompositionSchema mainSchema, DataCompositionSchema otherSchema, DataCompositionSchema ancestorSchema)
      Constructor.
      Parameters:
      mainSchema - the main DCS, may be null
      otherSchema - the other DCS, may be null
      ancestorSchema - the common ancestor DCS, may be null