Uses of Class
story.scheherazade.elements.CoreCondition

Packages that use CoreCondition
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of CoreCondition in story.scheherazade.elements
 

Fields in story.scheherazade.elements declared as CoreCondition
static CoreCondition CoreCondition.AtLocation
           
static CoreCondition CoreCondition.HasGoal
           
 

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

Uses of CoreCondition in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type CoreCondition
 boolean ConditionType.isCoreCondition(CoreCondition condition)
          Returns whether this ConditionType represents some CoreCondition.
 

Constructors in story.scheherazade.misc with parameters of type CoreCondition
ConditionType(CoreCondition condition)
           
 

Uses of CoreCondition in story.scheherazade.verbalizer
 

Methods in story.scheherazade.verbalizer with parameters of type CoreCondition
static ConditionPlanner CorePlanners.getCoreConditionPlanner(CoreCondition type)
           
 



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