Uses of Class
story.scheherazade.elements.CoreAction

Packages that use CoreAction
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of CoreAction in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type CoreAction
 ValidAction StoryInterpreter.makeValidAction(TimelineID timelineID, CoreAction action, SCHArguments arguments, boolean truthAssertion, PredicateMode mode)
           
 ValidAction StoryInterpreter.makeValidAction(TimelineID timelineID, CoreAction action, SCHArguments arguments, PredicateMode mode)
           
 

Uses of CoreAction in story.scheherazade.elements
 

Fields in story.scheherazade.elements declared as CoreAction
static CoreAction CoreAction.ConditionBegins
           
static CoreAction CoreAction.ConditionEnds
           
 

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

Uses of CoreAction in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type CoreAction
 boolean ActionType.isCoreAction(CoreAction action)
          Returns whether this ActionType represents some CoreAction.
 

Constructors in story.scheherazade.misc with parameters of type CoreAction
ActionType(CoreAction action)
           
 

Uses of CoreAction in story.scheherazade.verbalizer
 

Methods in story.scheherazade.verbalizer with parameters of type CoreAction
static ActionPlanner CorePlanners.getCoreActionPlanner(CoreAction type)
           
 



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