Uses of Class
story.scheherazade.verbalizer.PunctuationType

Packages that use PunctuationType
story.scheherazade.verbalizer   
 

Uses of PunctuationType in story.scheherazade.verbalizer
 

Fields in story.scheherazade.verbalizer declared as PunctuationType
static PunctuationType PunctuationType.Colon
           
static PunctuationType PunctuationType.Exclamation
           
static PunctuationType PunctuationType.None
           
static PunctuationType PunctuationType.Period
           
 

Methods in story.scheherazade.verbalizer that return PunctuationType
static PunctuationType PunctuationType.get(int number)
          Return the corresponding PunctuationType for the given Unique ID (see getUniqueID).
static PunctuationType PunctuationType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 

Constructors in story.scheherazade.verbalizer with parameters of type PunctuationType
SentenceVerbalization(Discourse sequence, PunctuationType punctuation)
           
VerbalizeSentence(DiscourseCommand command, PunctuationType punctuation)
           
VerbalizeSentence(DiscoursePlan plan, PunctuationType punctuation)
           
 



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