Uses of Class
story.scheherazade.parameters.ActionTemporality

Packages that use ActionTemporality
story.scheherazade.parameters   
 

Uses of ActionTemporality in story.scheherazade.parameters
 

Fields in story.scheherazade.parameters declared as ActionTemporality
static ActionTemporality ActionTemporality.EnclosedWithin
           
static ActionTemporality ActionTemporality.MatchesExactly
           
static ActionTemporality ActionTemporality.OccursDuring
           
 

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

Constructors in story.scheherazade.parameters with parameters of type ActionTemporality
ActionOccursParameter(VariableID action, TransitionTime targetTransition, ActionTemporality temporality)
          Constructor for ensuring that an action occurs during a particular transition.
 



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