Uses of Interface
com.topologi.diffx.algorithm.DiffXAlgorithm

Packages that use DiffXAlgorithm
com.topologi.diffx.algorithm Main algorithm implementations. 
 

Uses of DiffXAlgorithm in com.topologi.diffx.algorithm
 

Classes in com.topologi.diffx.algorithm that implement DiffXAlgorithm
 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.
 

Methods in com.topologi.diffx.algorithm that return DiffXAlgorithm
static DiffXAlgorithm DiffXFactory.createDiffex(String className, EventSequence sequence1, EventSequence sequence2)
          Creates a diffex instance using the specified class name and event sequences.