public class SaltProjectDiff extends AbstractDiff<SaltProject>
differences, diffsRequested, options, otherObject, templateObject| Constructor and Description |
|---|
SaltProjectDiff(SaltProject template,
SaltProject other)
Initializes Diff object with the two graphs
template and
other. |
SaltProjectDiff(SaltProject template,
SaltProject other,
DiffOptions optionMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
findDiffs(boolean diffsRequested)
Compares the set graphs and returns if they are isomorphic or not.
|
addDifference, compareAnnotationContainers, compareIdentifiableElements, findDiffs, getDifferences, getIsoNodes, isIsomorphpublic SaltProjectDiff(SaltProject template, SaltProject other)
template and
other.template - other - public SaltProjectDiff(SaltProject template, SaltProject other, DiffOptions optionMap)
protected boolean findDiffs(boolean diffsRequested)
AbstractDiff.isIsomorph().findDiffs in class AbstractDiff<SaltProject>diffsRequested - if false, only isomorphie is computed, which makes the process
faster but does not collect all differencesCopyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.