Uses of Class
org.egothor.duplicity.generator.DocumentGenerator

Packages that use DocumentGenerator
org.egothor.duplicity.generator   
 

Uses of DocumentGenerator in org.egothor.duplicity.generator
 

Subclasses of DocumentGenerator in org.egothor.duplicity.generator
 class DocumentGeneratorDL
          Document level generator of documents.
 class DocumentGeneratorPL
          Paragraph level generator of documents.
 class DocumentGeneratorSL
          Sentence level generator of documents.
 

Methods in org.egothor.duplicity.generator that return DocumentGenerator
static DocumentGenerator DocumentGenerator.createNew(java.lang.String output, File unitList, File wordList, java.io.PrintWriter logOut, int paragraphs, double paragraphsDeviation, int sentences, double sentencesDeviation, int words, double wordsDeviation, int plagiarismRatio, int wordChangesRatio)