Package | Description |
---|---|
de.unirostock.sems.bives.algorithm.general | |
de.unirostock.sems.bives.api | |
de.unirostock.sems.bives.ds |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDiffAnnotator |
Modifier and Type | Method and Description |
---|---|
void |
PatchProducer.init(SimpleConnectionManager conMgmt,
de.unirostock.sems.xmlutils.ds.TreeDocument docA,
de.unirostock.sems.xmlutils.ds.TreeDocument docB,
DiffAnnotator annotator)
Initialise this patch producer providing a diff annotator.
|
Constructor and Description |
---|
Diff(File fileA,
File fileB,
DiffAnnotator diffAnnotator)
Instantiates a new diff object in order to compare two documents stored in
files fileA and fileB.
|
Diff(String docA,
String docB,
DiffAnnotator diffAnnotator)
Instantiates a new diff object in order to compare two documents stored in
strings docA and docB.
|
Diff(de.unirostock.sems.xmlutils.ds.TreeDocument treeA,
de.unirostock.sems.xmlutils.ds.TreeDocument treeB,
DiffAnnotator diffAnnotator)
Instantiates a new diff object in order to compare two tree documents.
|
Constructor and Description |
---|
Patch(boolean fullDiff,
DiffAnnotator diffAnnotator)
Instantiates a new patch specifying the fullDiff flag and an annotator to annotate the differences.
|
Patch(boolean fullDiff,
URI patchFileName,
DiffAnnotator diffAnnotator)
Instantiates a new patch specifying the fullDiff flag, the file name of the resulting patch, and an annotator to annotate the differences.
|
Patch(DiffAnnotator diffAnnotator)
Instantiates a new patch specifying.
|
Patch(URI patchFileName,
DiffAnnotator diffAnnotator)
Instantiates a new patch specifying the file name of the resulting patch and an annotator to annotate the differences.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.