See: Description
| Class | Description |
|---|---|
| AllSimilarUnitPairsFile |
Represents the merge of "similar unit pairs" files for all permutations that is
used in the duplicity checking algorithm.
|
| CommonSimilarUnitPairsFile | |
| 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 | Description |
|---|---|
| MergeException |
Thrown when exception on merging files occures.
|
This package contains implementation of the files needed the duplicity checking algorithm.
Copyright © 2016 Egothor. All Rights Reserved.