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