Uses of Class
com.topologi.diffx.algorithm.DiffXAlgorithmBase

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

Uses of DiffXAlgorithmBase in com.topologi.diffx.algorithm
 

Subclasses of DiffXAlgorithmBase in com.topologi.diffx.algorithm
 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.