Uses of Class
de.unirostock.sems.bives.algorithm.DiffAnnotator
-
Packages that use DiffAnnotator Package Description de.unirostock.sems.bives.algorithm.general de.unirostock.sems.bives.api de.unirostock.sems.bives.ds -
-
Uses of DiffAnnotator in de.unirostock.sems.bives.algorithm.general
Subclasses of DiffAnnotator in de.unirostock.sems.bives.algorithm.general Modifier and Type Class Description class
DefaultDiffAnnotator
Methods in de.unirostock.sems.bives.algorithm.general with parameters of type DiffAnnotator Modifier and Type Method 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. -
Uses of DiffAnnotator in de.unirostock.sems.bives.api
Constructors in de.unirostock.sems.bives.api with parameters of type DiffAnnotator Constructor Description 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.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. -
Uses of DiffAnnotator in de.unirostock.sems.bives.ds
Constructors in de.unirostock.sems.bives.ds with parameters of type DiffAnnotator Constructor 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.
-