story.scheherazade.verbalizer
Class ModifierPlanner

java.lang.Object
  extended by story.scheherazade.verbalizer.SymbolPlanner
      extended by story.scheherazade.verbalizer.ModifierPlanner

public class ModifierPlanner
extends SymbolPlanner


Constructor Summary
ModifierPlanner(ModifierType type, ModifierGrammaticalType grammaticalType)
           
 
Method Summary
 ModifierGrammaticalType getGrammaticalType()
           
 DiscourseExecutable getPlan()
           
 ModifierType getType()
           
 boolean hasPlan()
           
 void setPlan(DiscourseExecutable plan)
           
 
Methods inherited from class story.scheherazade.verbalizer.SymbolPlanner
getAssumedAgentArg, getMenuName, getPlan, getPrompt, hasMenuName, hasPlan, hasPrompt, isRaising, setAssumedAgentArg, setMenuName, setPlan, setPostroll, setPreroll, setPrompt, setsAssumedAgent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifierPlanner

public ModifierPlanner(ModifierType type,
                       ModifierGrammaticalType grammaticalType)
                throws Scheherexception
Throws:
Scheherexception
Method Detail

getType

public ModifierType getType()

getGrammaticalType

public ModifierGrammaticalType getGrammaticalType()

setPlan

public void setPlan(DiscourseExecutable plan)
             throws Scheherexception
Throws:
Scheherexception

getPlan

public DiscourseExecutable getPlan()
                            throws Scheherexception
Throws:
Scheherexception

hasPlan

public boolean hasPlan()


Copyright © 2011 David K. Elson. All Rights Reserved.