Uses of Class
story.scheherazade.verbalizer.Perspective

Packages that use Perspective
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of Perspective in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return Perspective
 Perspective SCHHashtable.getPerspective(java.lang.String key)
          Get a Perspective
static Perspective STools.getPerspective(TransitionTime actionTime, TimelineTime perceptionTimelineTime)
          Get the perspective of an action from some time.
static Perspective STools.getPerspective(TransitionTime actionTime, TransitionTime actionTimeSlice, TimelineTime perceptionTimelineTime, boolean debug)
          Get the perspective of a SLICE of an action from some time.
 

Methods in story.scheherazade.misc with parameters of type Perspective
 void SCHHashtable.setPerspective(java.lang.String key, Perspective value)
          Set Perspective.
 

Uses of Perspective in story.scheherazade.verbalizer
 

Fields in story.scheherazade.verbalizer declared as Perspective
static Perspective Perspective.Apriori
           
static Perspective Perspective.APrioriPerfect
           
static Perspective Perspective.Beginning
           
static Perspective Perspective.Continuing
           
static Perspective Perspective.Ending
           
static Perspective Perspective.Future
           
static Perspective Perspective.HadBegun
           
static Perspective Perspective.HadStopped
           
static Perspective Perspective.LaterBegan
           
static Perspective Perspective.LaterStopped
           
static Perspective Perspective.Past
           
static Perspective Perspective.Plain
           
 

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

Constructors in story.scheherazade.verbalizer with parameters of type Perspective
AssignedActionSymbol(AssignedAction action, TimelineTime perceptionTime, Perspective perspective)
           
AssignedActionSymbol(NodeProxy action, TimelineTime perceptionTime, Perspective perspective)
           
AssignedModifierSymbol(AssignedModifier modifier, TimelineTime perceptionTime, Perspective perspective)
           
AssignedModifierSymbol(NodeProxy modifier, TimelineTime perceptionTime, Perspective perspective)
           
 



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