Class ComparedCmiObjects

All Implemented Interfaces:
IComparedObjects<CommandInterface>, Cloneable

public class ComparedCmiObjects extends AbstractComparedEmfObjects<CommandInterface>
A representation of compared Command interfaces.
  • Constructor Details

    • ComparedCmiObjects

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

      public ComparedCmiObjects(CommandInterface mainCommandInterface, CommandInterface otherCommandInterface, CommandInterface ancestorCommandInterface)
      Constructs a provider with the specified command interfaces.
      Parameters:
      mainCommandInterface - the main CI, may be null
      otherCommandInterface - the other CI, may be null
      ancestorCommandInterface - the common ancestor CI, may be null