| Package | Description |
|---|---|
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl | |
| org.corpus_tools.salt.util | |
| org.corpus_tools.salt.util.internal |
| Modifier and Type | Method and Description |
|---|---|
Set<Difference> |
SDocumentGraph.findDiffs(SDocumentGraph other)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
Set<Difference> |
SDocumentGraph.findDiffs(SDocumentGraph other,
DiffOptions options)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Difference> |
SDocumentGraphImpl.findDiffs(SDocumentGraph other)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
Set<Difference> |
SDocumentGraphImpl.findDiffs(SDocumentGraph other,
DiffOptions options)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
| Modifier and Type | Field and Description |
|---|---|
Set<Difference> |
Difference.subDiffs |
| Modifier and Type | Method and Description |
|---|---|
void |
Difference.addSubDiffs(Set<Difference> subDiffs) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Difference> |
AbstractDiff.differences |
| Modifier and Type | Method and Description |
|---|---|
Set<Difference> |
Diff.Builder.Builder2.andFindDiffs() |
Set<Difference> |
AbstractDiff.findDiffs()
Compares the set graphs and returns if they are isomorphic or not.
|
Set<Difference> |
Diff.findDiffs()
Compares the set graphs and returns if they are isomorphic or not.
|
protected Set<Difference> |
AbstractDiff.getDifferences()
Returns a list containing all computed differences.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDiff.addDifference(Object templateObject,
Object otherObject,
Object container,
DIFF_TYPES diffType,
Set<Difference> subDiffs)
Adds a difference to the differences set
|
protected boolean |
AbstractDiff.compareAnnotationContainers(SAnnotationContainer template,
SAnnotationContainer other,
Set<Difference> subDiffs)
Checks whether two
SAnnotationContainer objects are isomorph and
returns true if this is the case, false otherwise. |
protected boolean |
AbstractDiff.compareIdentifiableElements(IdentifiableElement template,
IdentifiableElement other,
Set<Difference> subDiffs)
Checks whether two
IdentifiableElement objects are isomorph. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.