Uses of Package
org.egothor.duplicity.file

Packages that use org.egothor.duplicity.file
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.file used by org.egothor.duplicity.datastructure
DuplicityCheckingFileElement
          All element to be stored in the duplicity checking algorithm files must inherit from this class.
 

Classes in org.egothor.duplicity.file used by org.egothor.duplicity.file
CommonSimilarUnitPairsFile
          Common features of SimilarUnitPairsFile, AllSimilarUnitPairsFile and SimilarUnitPairsTempFile.
DuplicityCheckingFile
          Ancestor for all the files in org.egothor.duplicity.file package.
DuplicityCheckingFile.TempFile
           
DuplicityCheckingFileElement
          All element to be stored in the duplicity checking algorithm files must inherit from this class.
JaccardCoeficientsFile
          Represents the file of Jaccard coeficients, or more exactly represents an aggregated "similar unit pairs" files of type AllSimilarUnitPairsFile.
JaccardCoeficientsFileProducer
          Produces the file of Jaccard coeficients file, i.e., JaccardCoeficientsFile.
MergeableSimilarUnitPairsFile
          Adds abilitity to merge to the CommonSimilarUnitPairsFile class.
MergeException
          Thrown when exception on merging files occures.
PermutatedMinsFile
          Represents the "minimums of permutated unit identificators" file used in duplicity checking algorithm.
SimilarUnitPairsFile
          Represents the "similar unit pairs" file used in duplicity checking algorithm.
SimilarUnitPairsFileProducer
          Represents the "similar unit pairs" file used in duplicity checking algorithm, before if was written to the filesystem.
SimilarUnitPairsTempFile
          Represents the "similar unit pairs" file used in duplicity checking algorithm.
 

Classes in org.egothor.duplicity.file used by org.egothor.duplicity.visualization
JaccardCoeficientsFile
          Represents the file of Jaccard coeficients, or more exactly represents an aggregated "similar unit pairs" files of type AllSimilarUnitPairsFile.