Uses of Interface
com.topologi.diffx.algorithm.DiffXAlgorithm
Packages that use DiffXAlgorithm
Package
Description
The core set of classes used by Diff-X.
Main algorithm implementations.
-
Uses of DiffXAlgorithm in com.topologi.diffx
Methods in com.topologi.diffx that return DiffXAlgorithmModifier and TypeMethodDescriptionprivate static DiffXAlgorithmMain.getAlgorithm(String[] args, EventSequence seq1, EventSequence seq2) -
Uses of DiffXAlgorithm in com.topologi.diffx.algorithm
Classes in com.topologi.diffx.algorithm that implement DiffXAlgorithmModifier and TypeClassDescriptionclassA base class for Diff-X algorithms.final classPerforms the diff comparison using the LCS algorithm.final classPerforms the diff comparison using the LCS algorithm.final classPerforms the diff comparison using the LCS algorithm.final classPerforms the diff comparison using an optimized version of the linear space algorithm of S.Kiran Kumar and C.Pandu Rangan.final classA matrix-based algorithm using weighted events which produces correct results, but may require minor adjustments during formatting.Methods in com.topologi.diffx.algorithm that return DiffXAlgorithmModifier and TypeMethodDescriptionstatic DiffXAlgorithmDiffXFactory.createDiffex(String className, EventSequence sequence1, EventSequence sequence2) Deprecated.static DiffXAlgorithmDiffXFactory.newAlgorithm(String className, EventSequence sequence1, EventSequence sequence2) Creates a Diff-X instance using the specified class name and event sequences.
newAlgorithm