Uses of Class
story.scheherazade.virgil.VirgilCommandType

Packages that use VirgilCommandType
story.scheherazade.exceptions   
story.scheherazade.virgil   
 

Uses of VirgilCommandType in story.scheherazade.exceptions
 

Constructors in story.scheherazade.exceptions with parameters of type VirgilCommandType
UnrunnableVirgilCommand(VirgilCommandType type, Scheherexception s)
           
 

Uses of VirgilCommandType in story.scheherazade.virgil
 

Fields in story.scheherazade.virgil declared as VirgilCommandType
static VirgilCommandType VirgilCommandType.AddInterpPredicate
           
static VirgilCommandType VirgilCommandType.DeleteState
           
static VirgilCommandType VirgilCommandType.ExecuteStoryPoint
           
static VirgilCommandType VirgilCommandType.InsertState
           
static VirgilCommandType VirgilCommandType.LoadFromFile
           
static VirgilCommandType VirgilCommandType.NewState
           
static VirgilCommandType VirgilCommandType.SetAllVisibleStates
           
 

Methods in story.scheherazade.virgil that return VirgilCommandType
static VirgilCommandType VirgilCommandType.get(int number)
          Return the corresponding VirgilCommandType for the given Unique ID (see getUniqueID).
static VirgilCommandType VirgilCommandType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 VirgilCommandType VirgilCommand.getType()
          Retrieve the type of command.
 VirgilCommandType VirgilCommand.type()
          Returns the command type.
 

Constructors in story.scheherazade.virgil with parameters of type VirgilCommandType
VirgilCommand(VirgilCommandType pointType)
          Constructor with no arguments.
VirgilCommand(VirgilCommandType pointType, java.lang.Object argument0)
          Constructor with one argument.
VirgilCommand(VirgilCommandType pointType, java.lang.Object argument0, java.lang.Object argument1)
          Constructor with two arguments.
VirgilCommand(VirgilCommandType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2)
          Constructor with three arguments.
VirgilCommand(VirgilCommandType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3)
          Constructor with four arguments.
VirgilCommand(VirgilCommandType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4)
          Constructor with five arguments.
 



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