Uses of Class
org.knowceans.corpus.xpert.XptAuthor

Packages that use XptAuthor
org.knowceans.corpus.xpert   
 

Uses of XptAuthor in org.knowceans.corpus.xpert
 

Fields in org.knowceans.corpus.xpert with type parameters of type XptAuthor
private static java.util.HashMap<java.lang.Integer,XptAuthor> XptDb2Corpus.allAuthors
           
protected  java.util.Vector<XptAuthor> AuthorTermCorpus.allAuthors
          all authors
 

Methods in org.knowceans.corpus.xpert that return XptAuthor
 XptAuthor XptDb2Corpus.getAuthorData(int id)
          returns the list of authors.
 

Method parameters in org.knowceans.corpus.xpert with type arguments of type XptAuthor
 void AuthorTermCorpus.setAuthorList(java.util.Vector<XptAuthor> authors)