story.scheherazade.verbalizer
Class TryVerbalizing

java.lang.Object
  extended by story.scheherazade.verbalizer.TryVerbalizing
All Implemented Interfaces:
DiscourseCommand, DiscourseExecutable

public class TryVerbalizing
extends java.lang.Object
implements DiscourseCommand

A "try block" for DiscoursePlans that, on execution, will catch NullPlanExceptions, and return an empty Verbalization if they happen


Constructor Summary
TryVerbalizing(DiscourseCommand command)
           
TryVerbalizing(DiscourseCommand command, DiscourseCommand ifThrowsNPR)
           
 
Method Summary
 Verbalization execute(StoryInterpreter story, Style style, VerbalizerState state)
           
 void intern()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TryVerbalizing

public TryVerbalizing(DiscourseCommand command)
               throws Scheherexception
Throws:
Scheherexception

TryVerbalizing

public TryVerbalizing(DiscourseCommand command,
                      DiscourseCommand ifThrowsNPR)
               throws Scheherexception
Throws:
Scheherexception
Method Detail

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.