Package | Description |
---|---|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
AllSimilarUnitPairsFile
Represents the merge of "similar unit pairs" files for all permutations that is
used in the duplicity checking algorithm.
|
class |
CommonSimilarUnitPairsFile
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016 Egothor. All Rights Reserved.