story.scheherazade.verbalizer
Class VerbalizeBranchArg
java.lang.Object
story.scheherazade.verbalizer.VerbalizeBranchArg
- All Implemented Interfaces:
- DiscourseCommand, DiscourseExecutable
public class VerbalizeBranchArg
- extends java.lang.Object
- implements DiscourseCommand
A verbalizer plan that branches on the boolean value of a
particular argument.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerbalizeBranchArg
public VerbalizeBranchArg(int arg,
DiscoursePlan ifTrue,
DiscoursePlan ifFalse)
throws Scheherexception
- Throws:
Scheherexception
render
public java.lang.StringBuffer render()
throws Scheherexception
- Specified by:
render
in interface DiscourseCommand
- Specified by:
render
in interface DiscourseExecutable
- Throws:
Scheherexception
execute
public Verbalization execute(StoryInterpreter story,
Style style,
VerbalizerState state)
throws Scheherexception
- Specified by:
execute
in interface DiscourseCommand
- Throws:
Scheherexception
intern
public void intern()
- Specified by:
intern
in interface DiscourseCommand
- Specified by:
intern
in interface DiscourseExecutable
Copyright © 2011 David K. Elson. All Rights Reserved.