Uses of Class
org.egothor.dir.TankerImplSecure

Packages that use TankerImplSecure
org.egothor.duplicity.algorithm This package contains top-level classes that implement 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. 
 

Uses of TankerImplSecure in org.egothor.duplicity.algorithm
 

Subclasses of TankerImplSecure in org.egothor.duplicity.algorithm
 class TankerImplDuplicityChecker
          This object encapsulates standard TankerImplSecure and adds duplicity checking ability.
 

Methods in org.egothor.duplicity.algorithm that return TankerImplSecure
 TankerImplSecure TankerImplDuplicityChecker.getDuplicatesIndex()
           
 

Methods in org.egothor.duplicity.algorithm with parameters of type TankerImplSecure
 void DuplicityChecker.initialize(java.lang.String indexMainDir, TankerImplSecure tanker)
           
 

Uses of TankerImplSecure in org.egothor.duplicity.visualization
 

Methods in org.egothor.duplicity.visualization with parameters of type TankerImplSecure
static DocumentDuplicities DocumentDuplicities.createNew(DocumentUnitID docID, DocumentData docMeta, JaccardCoeficientsFile jcf, TankerImplSecure tanker)
          The recommended way to create new instance of DocumentDuplicities child class.
 

Constructors in org.egothor.duplicity.visualization with parameters of type TankerImplSecure
DocumentDuplicities(DocumentUnitID docID, DocumentData docMeta, JaccardCoeficientsFile jcf, TankerImplSecure tanker)
           
DocumentDuplicitiesDocumentLevel(DocumentUnitID docID, DocumentData docMeta, JaccardCoeficientsFile jcf, TankerImplSecure tanker)
           
DocumentDuplicitiesParagraphLevel(DocumentUnitID docID, DocumentData docMeta, JaccardCoeficientsFile jcf, TankerImplSecure tanker)
           
DocumentDuplicitiesSentenceLevel(DocumentUnitID docID, DocumentData docMeta, JaccardCoeficientsFile jcf, TankerImplSecure tanker)