Interface Difference
-
- All Known Subinterfaces:
DifferenceBetweenContents,DifferenceBetweenHomes,DifferenceBetweenInstances,DifferenceBetweenOccurrences,DifferenceBetweenTables
public interface DifferenceMain abstract class for representing differences between two entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()Returnstrueif there are no differences.booleanisResolvedMode()Returnstrueif the difference takes inherited values and records into account and also computed values.
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
Returnstrueif there are no differences.
-
isResolvedMode
boolean isResolvedMode()
Returnstrueif the difference takes inherited values and records into account and also computed values.- See Also:
DifferenceHelper
-
-