Uses of Package
org.egothor.duplicity.algorithm

Packages that use org.egothor.duplicity.algorithm
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.duplicity.algorithm This package contains top-level classes that implement the duplicity checking algorithm. 
org.egothor.duplicity.datastructure This package contains datastructures needed in the duplicity checking algorithm. 
org.egothor.duplicity.file This package contains implementation of the files needed the duplicity checking algorithm. 
org.egothor.duplicity.visualization This package contains classes implementing the visualization of the duplicities found in a document by the duplicity checking algorithm. 
 

Classes in org.egothor.duplicity.algorithm used by org.egothor.core
DuplicityCheckingException
          Thrown when exception on duplicity checking algorithm occures.
PermutatedMinsFiller
          Fills the DocumentPermutatedMins with values corrensponding to the given sequence of tokens.
 

Classes in org.egothor.duplicity.algorithm used by org.egothor.duplicity.algorithm
DuplicityChecker
          Contains top-level implementations of duplicity checking algorithm.
DuplicityCheckingException
          Thrown when exception on duplicity checking algorithm occures.
PermutatedMinsFiller
          Fills the DocumentPermutatedMins with values corrensponding to the given sequence of tokens.
 

Classes in org.egothor.duplicity.algorithm used by org.egothor.duplicity.datastructure
DuplicityCheckingException
          Thrown when exception on duplicity checking algorithm occures.
 

Classes in org.egothor.duplicity.algorithm used by org.egothor.duplicity.file
DuplicityCheckingException
          Thrown when exception on duplicity checking algorithm occures.
 

Classes in org.egothor.duplicity.algorithm used by org.egothor.duplicity.visualization
DuplicityCheckingException
          Thrown when exception on duplicity checking algorithm occures.