public class CorpusStructureDiff extends AbstractDiff<SCorpusGraph>
differences, diffsRequested, options, otherObject, templateObject| Constructor and Description |
|---|
CorpusStructureDiff(SCorpusGraph template,
SCorpusGraph other) |
CorpusStructureDiff(SCorpusGraph template,
SCorpusGraph other,
DiffOptions options) |
| 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 CorpusStructureDiff(SCorpusGraph template, SCorpusGraph other)
public CorpusStructureDiff(SCorpusGraph template, SCorpusGraph other, DiffOptions options)
protected boolean findDiffs(boolean diffsRequested)
AbstractDiff.isIsomorph().findDiffs in class AbstractDiff<SCorpusGraph>diffsRequested - if false, only isomorphie is computed, which makes the process
faster but does not collect all differencesCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.