Uses of Class
story.scheherazade.misc.AssignedConditionSet

Packages that use AssignedConditionSet
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of AssignedConditionSet in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return AssignedConditionSet
 AssignedConditionSet StoryInterpreter.getAllConditions(TimelineID timelineID)
           
 AssignedConditionSet StoryInterpreter.getConditionsInState(TimelineID timelineID, StateTime time, boolean localOnly)
          Get all the Conditions that are associated with some State.
 

Uses of AssignedConditionSet in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return AssignedConditionSet
 AssignedConditionSet Timeline.getAllConditions(NodeAddress timeline)
          Get all conditions in a Timeline.
 AssignedConditionSet Narrative.getAllConditions(TimelineID timelineID)
          Get a list of all Conditions in a Timeline.
 AssignedConditionSet Timeline.getConditionsInState(NodeAddress timeline, StateTime time, boolean localOnly)
           
 AssignedConditionSet Narrative.getConditionsInState(TimelineID timelineID, StateTime time, boolean localOnly)
          Get the Conditions associated with a particular State.
 

Uses of AssignedConditionSet in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return AssignedConditionSet
static AssignedConditionSet STools.getProperties(StoryInterpreter story, TimelineID timeline, GenericScheherID ID)
          Get the Properties of a certain GenericScheherID in the story.
 

Methods in story.scheherazade.misc that return types with arguments of type AssignedConditionSet
static java.util.Hashtable<NounName,AssignedConditionSet> STools.sortConditionsByAgent(StoryInterpreter story, AssignedConditionSet conditions)
          Returns a hashtable that has an AssignedConditionSet for each agent/mover
 

Methods in story.scheherazade.misc with parameters of type AssignedConditionSet
static java.util.Hashtable<NounName,AssignedConditionSet> STools.sortConditionsByAgent(StoryInterpreter story, AssignedConditionSet conditions)
          Returns a hashtable that has an AssignedConditionSet for each agent/mover
 



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