|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DuplicityCheckingFile | |
|---|---|
| org.egothor.duplicity.file | This package contains implementation of the files needed the duplicity checking algorithm. |
| Uses of DuplicityCheckingFile in org.egothor.duplicity.file |
|---|
| Subclasses of DuplicityCheckingFile in org.egothor.duplicity.file | |
|---|---|
class |
AllSimilarUnitPairsFile
Represents the merge of "similar unit pairs" files for all permutations that is used in the duplicity checking algorithm. |
class |
CommonSimilarUnitPairsFile
Common features of SimilarUnitPairsFile,
AllSimilarUnitPairsFile
and SimilarUnitPairsTempFile. |
class |
JaccardCoeficientsFile
Represents the file of Jaccard coeficients, or more exactly represents an aggregated "similar unit pairs" files of type AllSimilarUnitPairsFile. |
class |
MergeableSimilarUnitPairsFile
Adds abilitity to merge to the CommonSimilarUnitPairsFile
class. |
class |
PermutatedMinsFile
Represents the "minimums of permutated unit identificators" file used in duplicity checking algorithm. |
class |
SimilarUnitPairsFile
Represents the "similar unit pairs" file used in duplicity checking algorithm. |
class |
SimilarUnitPairsTempFile
Represents the "similar unit pairs" file used in duplicity checking algorithm. |
| Methods in org.egothor.duplicity.file with parameters of type DuplicityCheckingFile | |
|---|---|
boolean |
CommonSimilarUnitPairsFile.hasTheSameContent(DuplicityCheckingFile file)
Checks if two files has the same content. |
boolean |
JaccardCoeficientsFile.hasTheSameContent(DuplicityCheckingFile file)
Checks if two files has the same content. |
boolean |
PermutatedMinsFile.hasTheSameContent(DuplicityCheckingFile file)
Checks if two files has the same content. |
boolean |
DuplicityCheckingFile.hasTheSameContent(DuplicityCheckingFile file,
DuplicityCheckingFileElement element1,
DuplicityCheckingFileElement element2)
Checks if two files has the same content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||