Interface IComparisonModelElement


public interface IComparisonModelElement
The contract of the comparison model element.
  • Method Details

    • getParent

      Returns the parent of the element.
      Returns:
      the parent of the element
    • getComparisonFlags

      ComparisonFlags getComparisonFlags()
      Returns the comparison flags of the element.
      Returns:
      the comparison flags
    • getPartialSide

      ComparisonSide getPartialSide()
      Returns the partial side of this element (i. e. the side with the non-empty object if the other side is empty).
      Returns:
      the partial side or null if the element is not empty.