Uses of Class
story.scheherazade.elements.Condition

Packages that use Condition
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.grammars   
story.scheherazade.verbalizer   
 

Uses of Condition in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type Condition
 AssignedCondition StoryInterpreter.assignCondition(TimelineID timelineID, StateTime time, Condition condition)
           
 AssignedCondition StoryInterpreter.assignCondition(TimelineID timelineID, StateTime time, Condition condition, InterpNodeID key)
           
 

Uses of Condition in story.scheherazade.elements
 

Subclasses of Condition in story.scheherazade.elements
 class ValidCondition
          A Condition that has been shown to be valid within the context of an actual Narrative.
 

Methods in story.scheherazade.elements that return Condition
 Condition AssignedConditionAddress.getCondition()
           
 Condition Condition.makeClone()
           
 

Methods in story.scheherazade.elements with parameters of type Condition
 boolean Condition.equals(Condition other)
          Determines if this Condition is equivalent to some other.
 ValidCondition Timeline.makeValidCondition(NodeAddress timeline, Condition condition)
          Define an instance of a previously declared Condition.
 

Constructors in story.scheherazade.elements with parameters of type Condition
AssignedConditionAddress(Condition condition, StateTime assignedState)
          Constructor to use if the condition is in a State
AssignedConditionAddress(Condition condition, TransitionTime assignedTransition)
          Constructor to use if the condition begins in a Transition
 

Uses of Condition in story.scheherazade.grammars
 

Methods in story.scheherazade.grammars that return Condition
static Condition SCHGrammarTools.condition(ReturnValue conditionType, ReturnValue truthDegree, ReturnValue modeReturn, SCHArguments args)
          Parse in a Condition.
 Condition SCHGrammarParser.condition(SCHSymbolTable symbols)
           
 

Methods in story.scheherazade.grammars with parameters of type Condition
static AssignedConditionAddress SCHGrammarTools.assignedConditionAddress(Condition condition, ReturnValue time)
          Parse in an AssignedConditionAddress.
 

Uses of Condition in story.scheherazade.verbalizer
 

Constructors in story.scheherazade.verbalizer with parameters of type Condition
VerbalizeCondition(Condition condition, VerbTense tense)
           
VerbalizeCondition(Condition condition, VerbTense tense, boolean conditional)
           
 



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