Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
PointOfViewServer.WordList

Uses of WordList in PointOfViewServer
 

Fields in PointOfViewServer declared as WordList
private  WordList Word.wLinkedwords
           
private  WordList DimensionSubsetWord.wStopwords
           
private  WordList DimensionSubsetListImpl.wStopwords
           
 

Methods in PointOfViewServer that return WordList
 WordList Word.getLinkedwords()
           
 

Methods in PointOfViewServer with parameters of type WordList
 boolean Word.isStopword(WordList stopwords, DatabaseConnection con)
           
 

Constructors in PointOfViewServer with parameters of type WordList
DimensionSubsetWord(java.lang.String searchstring, ParameterSet params, DatabaseConnection connection, WordList stopwords, AffixList affixes)
          Main constructor.