Package | Description |
---|---|
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.
|
Class and Description |
---|
DuplicityCheckingFileElement
All element to be stored in the duplicity checking algorithm files
must inherit from this class.
|
Class and Description |
---|
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 . |
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.
|
SimilarUnitPairsTempFile
Represents the "similar unit pairs" file used in duplicity checking algorithm.
|
Class and Description |
---|
JaccardCoeficientsFile
Represents the file of Jaccard coeficients, or more exactly represents an
aggregated "similar unit pairs" files of type
AllSimilarUnitPairsFile . |
Copyright © 2016 Egothor. All Rights Reserved.