Uses of Class
story.scheherazade.elements.StateTimeType

Packages that use StateTimeType
story.scheherazade.elements   
 

Uses of StateTimeType in story.scheherazade.elements
 

Fields in story.scheherazade.elements declared as StateTimeType
static StateTimeType StateTimeType.Future
           
static StateTimeType StateTimeType.Interp
           
static StateTimeType StateTimeType.Past
           
static StateTimeType StateTimeType.Present
           
static StateTimeType StateTimeType.Property
           
static StateTimeType StateTimeType.Unbounded
           
static StateTimeType StateTimeType.Virtual
           
 

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

Constructors in story.scheherazade.elements with parameters of type StateTimeType
StateTime(StateTimeType timeType, double timeIndex)
          Constructor for an absolute time.
 



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