| Package | Description |
|---|---|
| com.topologi.diffx.algorithm |
Main algorithm implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiffXAlgorithmBase
A base class for Diff-X algorithms.
|
class |
DiffXFitopsy
Performs the diff comparison using the LCS algorithm.
|
class |
DiffXFitsy
Performs the diff comparison using the LCS algorithm.
|
class |
DiffXFitWesyma
Performs the diff comparison using the LCS algorithm.
|
class |
DiffXKumarRangan
Performs the diff comparison using an optimized version of the linear space algorithm
of S.Kiran Kumar and C.Pandu Rangan.
|
class |
GuanoAlgorithm
A matrix-based algorithm using weighted events which produces correct results, but may require
minor adjustments during formatting.
|
| Modifier and Type | Method and Description |
|---|---|
static DiffXAlgorithm |
DiffXFactory.createDiffex(String className,
EventSequence sequence1,
EventSequence sequence2)
Deprecated.
use
newAlgorithm |
static DiffXAlgorithm |
DiffXFactory.newAlgorithm(String className,
EventSequence sequence1,
EventSequence sequence2)
Creates a Diff-X instance using the specified class name and event sequences.
|
Copyright © 2007-2022. All Rights Reserved.