Uses of Class
standup.lexicon.WordStruct

Packages that use WordStruct
standup.clouds This package provides the implementation for the STANDUP user interface. 
standup.joke This package provides joke generation functionality and all its related data structures. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
 

Uses of WordStruct in standup.clouds
 

Methods in standup.clouds with parameters of type WordStruct
private  List<CloudLabelSegment> CloudLabel.getBubbleLabelSegment(WordStruct _ws, SymbolType[] _st)
          Returns a BubbleLabelSegment for a WordStruct
private  List<STANDUPSpeakable> CloudLabel.getSpeakables(WordStruct _ws)
           
 

Uses of WordStruct in standup.joke
 

Fields in standup.joke declared as WordStruct
(package private)  WordStruct JokeStructure.answerWordStruct
           
(package private)  WordStruct JokeStructure.questionWordStruct
           
 

Methods in standup.joke that return WordStruct
private  WordStruct Generator.elaborateBody(UnifiableList templateBody, String parentTemplateNodeID, int childNumber, String templateLabel, JokeGraph jokeGraph)
          The main template filling algorithm.
 WordStruct JokeStructure.getAnswerStruct()
           
 WordStruct JokeStructure.getQuestionStruct()
           
private  WordStruct Generator.surfaceGenerate(List<UnifiableCompound> outputSpecificationFunction, String template, JokeGraph jokeGraph, JokeConstraints constraints)
          Takes an output specification function, instantiated with nodes in the given JokeGraph, and generates a WordStruct using the given template and satisfying the given JokeConstraints.
private  WordStruct Generator.templateFill(UnifiableCompound templateSpecifier, String parentTemplateNodeID, int childNumber, JokeGraph jokeGraph)
          Performs template filling, i.e.
 

Constructors in standup.joke with parameters of type WordStruct
JokeStructure(String _id, String s, String tq, String ta, WordStruct wq, WordStruct wa, JokeGraph jg, double pst)
           
 

Uses of WordStruct in standup.lexicon
 

Methods in standup.lexicon that return WordStruct
static WordStruct WordStruct.readXML(Element e)
          Returns an instance of a WordStruct whose contents are specified within the given XML Element.