public class EntitySummaryDifferences extends Differences
Differences.SidePresentdiffering, matching, onlyOnLeft, onlyOnRight| Constructor and Description |
|---|
EntitySummaryDifferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClassifications(EntitySummary left,
EntitySummary right)
Determine if there is any difference between the provided classifications, and capture either each of those
differences or the similarity.
|
ClassificationDifferences |
getClassificationDifferences()
Returns the differences between classifications of these instances, or null if there are either no
classifications on the instance or the classifications are the same on both instances.
|
boolean |
hasClassificationDifferences()
Returns true if the two have any differences in their classifications, or false if the classifications are the
same.
|
boolean |
hasDifferences()
Returns true if the two have any differences (are not equal), otherwise false.
|
addDiffering, addMatching, addOnlyOnOneSide, check, getLeftValue, getNames, getOnlyOnLeft, getOnlyOnRight, getRightValue, isDifferentpublic boolean hasDifferences()
hasDifferences in class Differencespublic boolean hasClassificationDifferences()
public ClassificationDifferences getClassificationDifferences()
public void checkClassifications(EntitySummary left, EntitySummary right)
left - the classifications from the first instanceright - the classifications from the second instanceCopyright © 2018–2020 ODPi. All rights reserved.