| 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 | Method and Description |
|---|---|
Set<Difference> |
Diff.findDiffs()
Compares the set graphs and returns if they are isomorphic or not.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Diff.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. |
boolean |
Diff.compareIdentifiableElements(IdentifiableElement template,
IdentifiableElement other,
Set<Difference> subDiffs)
Checks whether two
IdentifiableElement objects are isomorph. |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.