Uses of Class
org.egothor.duplicity.file.JaccardCoeficientsFile

Packages that use JaccardCoeficientsFile
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. 
 

Uses of JaccardCoeficientsFile in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file that return JaccardCoeficientsFile
 JaccardCoeficientsFile AllSimilarUnitPairsFile.mergeToJaccardCoeficientsFile(java.util.ArrayList<CommonSimilarUnitPairsFile> supfs)
          Merges given similar unit pairs files and produces the JaccardCoeficientsFile by aggregating the unit pairs.
 

Methods in org.egothor.duplicity.file with parameters of type JaccardCoeficientsFile
 void JaccardCoeficientsFile.merge(JaccardCoeficientsFile jcf1, JaccardCoeficientsFile jcf2)
          Merges files externally on filesystem.
protected  void JaccardCoeficientsFile.mergeAll(JaccardCoeficientsFile mergeTo, java.util.ArrayList<JaccardCoeficientsFile> jcfs)
          Merges multiple files externally, on filesystem.
 

Method parameters in org.egothor.duplicity.file with type arguments of type JaccardCoeficientsFile
protected  void JaccardCoeficientsFile.mergeAll(JaccardCoeficientsFile mergeTo, java.util.ArrayList<JaccardCoeficientsFile> jcfs)
          Merges multiple files externally, on filesystem.
 

Uses of JaccardCoeficientsFile in org.egothor.duplicity.visualization
 

Methods in org.egothor.duplicity.visualization with parameters of type JaccardCoeficientsFile
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 JaccardCoeficientsFile
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)