Uses of Class
story.scheherazade.verbalizer.StyleParam

Packages that use StyleParam
story.scheherazade.verbalizer   
 

Uses of StyleParam in story.scheherazade.verbalizer
 

Fields in story.scheherazade.verbalizer declared as StyleParam
static StyleParam StyleParam.AllNounsGiven
           
static StyleParam StyleParam.AllowNames
           
static StyleParam StyleParam.AnonymousDisambiguators
           
static StyleParam StyleParam.Debug
           
static StyleParam StyleParam.Modifiers
           
static StyleParam StyleParam.NounPropertiesInIntroductions
           
static StyleParam StyleParam.RealityPerception
           
static StyleParam StyleParam.StateAnnounce
           
 

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

Methods in story.scheherazade.verbalizer with parameters of type StyleParam
 int Style.get(StyleParam parameter)
          Retrieve a style parameter.
 void Style.set(StyleParam parameter, int value)
          Set a style parameter.
 boolean Style.styleSet(StyleParam parameter)
          Returns whether a style parameter has been set.
 void Style.unset(StyleParam parameter)
          Unset a parameter, if it is set.
 



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