Uses of Package
org.egothor.duplicity.datastructure

Packages that use org.egothor.duplicity.datastructure
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.duplicity.algorithm This package contains top-level classes that implement the duplicity checking algorithm. 
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. 
 

Classes in org.egothor.duplicity.datastructure used by org.egothor.core
DocumentPermutatedMins
          Represents container for the informations about duplicities, that are stored in DocumentData class.
DocumentUnitID
          Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
TextUnitID
          Class represents a unit of text.
 

Classes in org.egothor.duplicity.datastructure used by org.egothor.duplicity.algorithm
DocumentPermutatedMins
          Represents container for the informations about duplicities, that are stored in DocumentData class.
DocumentUnitID
          Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
 

Classes in org.egothor.duplicity.datastructure used by org.egothor.duplicity.datastructure
DocumentPermutatedMins
          Represents container for the informations about duplicities, that are stored in DocumentData class.
DocumentUnitID
          Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
JaccardCoeficient
          Represents pair of two documents together with its Jaccard coeficient.
ParagraphUnitID
          Class represents a unit of text on paragraph duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
SentenceUnitID
          Class represents a unit of text on sentence duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
TextUnitID
          Class represents a unit of text.
UnitPair
          Represents single pair of two unit identifications.
UnitPermutatedMin
          Represents single pair of the duplicity checking unit and its permutated minimum.
 

Classes in org.egothor.duplicity.datastructure used by org.egothor.duplicity.file
DocumentUnitID
          Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
JaccardCoeficient
          Represents pair of two documents together with its Jaccard coeficient.
TextUnitID
          Class represents a unit of text.
UnitPair
          Represents single pair of two unit identifications.
UnitPermutatedMin
          Represents single pair of the duplicity checking unit and its permutated minimum.
 

Classes in org.egothor.duplicity.datastructure used by org.egothor.duplicity.visualization
DocumentUnitID
          Class represents a unit of text on document duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).