public class EntityDetailDifferences extends EntitySummaryDifferences
Differences.SidePresentdiffering, matching, onlyOnLeft, onlyOnRight| Constructor and Description |
|---|
EntityDetailDifferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkInstanceProperties(InstanceProperties left,
InstanceProperties right)
Determine if there is a difference between the provided instance properties, and capture either each of those
differences or the similarity.
|
InstancePropertiesDifferences |
getInstancePropertiesDifferences()
Returns the differences between instance properties of these instances, or null if there either are no instance
properties on the instance or the instance properties are the same on both instances.
|
boolean |
hasDifferences()
Returns true if the two have any differences (are not equal), otherwise false.
|
boolean |
hasInstancePropertiesDifferences()
Returns true if the two have any differences in their instance properties, or false if the instance properties
are the same.
|
checkClassifications, getClassificationDifferences, hasClassificationDifferencesaddDiffering, addMatching, addOnlyOnOneSide, check, getLeftValue, getNames, getOnlyOnLeft, getOnlyOnRight, getRightValue, isDifferentpublic boolean hasDifferences()
hasDifferences in class EntitySummaryDifferencespublic boolean hasInstancePropertiesDifferences()
public InstancePropertiesDifferences getInstancePropertiesDifferences()
public void checkInstanceProperties(InstanceProperties left, InstanceProperties right)
left - the instance properties from the first instanceright - the instance properties from the second instanceCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.