Package org.egothor.duplicity.file

This package contains implementation of the files needed the duplicity checking algorithm.

See:
          Description

Class Summary
AllSimilarUnitPairsFile Represents the merge of "similar unit pairs" files for all permutations that is used in the duplicity checking algorithm.
CommonSimilarUnitPairsFile Common features of SimilarUnitPairsFile, AllSimilarUnitPairsFile and SimilarUnitPairsTempFile.
DuplicityCheckingFile Ancestor for all the files in org.egothor.duplicity.file package.
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.
PermutatedMinsFile Represents the "minimums of permutated unit identificators" file used in duplicity checking algorithm.
PermutatedMinsFileProducer Represents the "minimums of permutated unit identificators" file used in duplicity checking algorithm, before if was written to the filesystem.
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.
 

Exception Summary
MergeException Thrown when exception on merging files occures.
 

Package org.egothor.duplicity.file Description

This package contains implementation of the files needed the duplicity checking algorithm.