Interface Difference

All Known Subinterfaces:
DifferenceBetweenContents, DifferenceBetweenHomes, DifferenceBetweenInstances, DifferenceBetweenOccurrences, DifferenceBetweenTables

public interface Difference
Main abstract class for representing differences between two entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if there are no differences.
    boolean
    Returns true if the difference takes inherited values and records into account and also computed values.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Returns true if there are no differences.
    • isResolvedMode

      boolean isResolvedMode()
      Returns true if the difference takes inherited values and records into account and also computed values.
      See Also: