Uses of Class
com.gmail.thejcwk.semantics.PhraseCollection

Packages that use PhraseCollection
com.gmail.thejcwk.semantics   
com.gmail.thejcwk.semantics.topicmaps   
 

Uses of PhraseCollection in com.gmail.thejcwk.semantics
 

Methods in com.gmail.thejcwk.semantics that return PhraseCollection
 PhraseCollection Session.getCollection()
          Get the collection being used in this Session.
 

Methods in com.gmail.thejcwk.semantics with parameters of type PhraseCollection
 void Session.setCollection(PhraseCollection aCollection)
          Set the collection used in this Session.
 

Constructors in com.gmail.thejcwk.semantics with parameters of type PhraseCollection
FilterSettingsFrame(PhraseCollection aCollection)
          Construct a new FilterSettingsFrame.
TextDatabaseGenerator(PhraseCollection aCollection)
          Creates a new TextDatabaseGenerator to act on the given collection.
 

Uses of PhraseCollection in com.gmail.thejcwk.semantics.topicmaps
 

Constructors in com.gmail.thejcwk.semantics.topicmaps with parameters of type PhraseCollection
TopicMap(org.jgraph.graph.GraphModel gm, org.jgraph.graph.GraphLayoutCache glc, PhraseCollection somePhrases, TopicMapLayout aLayout)
          Construct a new TopicMap.
TopicMapGenerator(PhraseCollection aCollection)
          Creates a new TopicMapGenerator that renders the specified collection.