Uses of Class
standup.lexicon.LexicalComponents

Packages that use LexicalComponents
standup.joke This package provides joke generation functionality and all its related data structures. 
 

Uses of LexicalComponents in standup.joke
 

Fields in standup.joke declared as LexicalComponents
private  LexicalComponents Backend.lexicalComponents
           
 

Methods in standup.joke that return LexicalComponents
 LexicalComponents Backend.getLexicalComponents()
          Returns the LexicalComponents instance.
 

Methods in standup.joke with parameters of type LexicalComponents
 void ProfileJokeGeneration.addUserConstraints(JokeConstraints jcs, JokeTypeSet allJokeTypes, LexicalComponents lxc)
          Constructs the various constraints found in this profile relating to joke generation, and adds them to the given JokeConstraints.