- deleteObserver(IObserver) - Method in class net.sf.okapi.lib.extra.pipelinebuilder.XPipeline
-
- deleteObservers() - Method in class net.sf.okapi.lib.extra.pipelinebuilder.XPipeline
-
- destroy() - Method in class net.sf.okapi.lib.extra.pipelinebuilder.XPipelineStep
-
- destroy() - Method in class net.sf.okapi.lib.extra.steps.AbstractPipelineStep
-
- diff() - Method in class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
Runs diff and returns the results.
- Difference - Class in net.sf.okapi.lib.extra.diff.incava
-
Represents a difference, as used in Diff.
- Difference(int, int, int, int) - Constructor for class net.sf.okapi.lib.extra.diff.incava.Difference
-
Creates the difference for the given start and end points for the deletion and addition.
- DiffLists<Type> - Class in net.sf.okapi.lib.extra.diff.incava
-
Compares two lists, returning a list of the additions, changes, and deletions between them.
- DiffLists(Type[], Type[], Comparator<Type>) - Constructor for class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
Constructs the Diff object for the two arrays, using the given comparator.
- DiffLists(Type[], Type[]) - Constructor for class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
Constructs the Diff object for the two arrays, using the default comparison mechanism between the objects, such
as equals and compareTo.
- DiffLists(List<Type>, List<Type>, Comparator<Type>) - Constructor for class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
Constructs the Diff object for the two lists, using the given comparator.
- DiffLists(List<Type>, List<Type>) - Constructor for class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
Constructs the Diff object for the two lists, using the default comparison mechanism between the objects, such as
equals and compareTo.
- diffs - Variable in class net.sf.okapi.lib.extra.diff.incava.DiffLists
-
The list of differences, as Difference instances.
- DocumentPartLogger - Class in net.sf.okapi.lib.extra.steps
-
- DocumentPartLogger() - Constructor for class net.sf.okapi.lib.extra.steps.DocumentPartLogger
-