| 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,
DiffOptions options)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
boolean |
SDocumentGraph.isIsomorph(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,
DiffOptions options)
Compares the passed graph with the current one and returns if they are
isomorph or not.
|
boolean |
SDocumentGraphImpl.isIsomorph(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 |
|---|---|
DiffOptions |
DiffOptions.Builder.build() |
DiffOptions |
DiffOptions.setOption(String key,
Boolean value)
Adds an option and returns this option object.
|
| Modifier and Type | Field and Description |
|---|---|
protected DiffOptions |
AbstractDiff.options |
| Modifier and Type | Method and Description |
|---|---|
Diff.Builder.Builder2<S> |
Diff.Builder.Builder2.useOptions(DiffOptions options) |
| Constructor and Description |
|---|
AbstractDiff(S template,
S other,
DiffOptions optionMap) |
CorpusStructureDiff(SCorpusGraph template,
SCorpusGraph other,
DiffOptions options) |
Diff(SaltProject template,
SaltProject other,
DiffOptions optionMap) |
Diff(SCorpusGraph template,
SCorpusGraph other,
DiffOptions optionMap) |
Diff(SDocumentGraph template,
SDocumentGraph other,
DiffOptions optionMap) |
DocumentStructureDiff(SDocumentGraph template,
SDocumentGraph other,
DiffOptions optionMap) |
SaltProjectDiff(SaltProject template,
SaltProject other,
DiffOptions optionMap) |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.