Uses of Class
story.scheherazade.misc.ConditionSet

Packages that use ConditionSet
story.scheherazade.admin   
story.scheherazade.elements   
 

Uses of ConditionSet in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return ConditionSet
 ConditionSet StoryInterpreter.getConditionsOfCharInState(TimelineID timelineID, StateTime time, boolean localOnly, NounName character, SemanticRole role)
          Get all the Conditions that are associated with some State and some Character via some semantic role.
 

Uses of ConditionSet in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return ConditionSet
 ConditionSet Timeline.getConditionsOfNounInState(NodeAddress timeline, StateTime time, boolean localOnly, NounName noun, SemanticRole role)
           
 ConditionSet Narrative.getConditionsOfNounInState(TimelineID timelineID, StateTime time, boolean localOnly, NounName noun, SemanticRole role)
          Get the Conditions associated with a particular State and Noun under a certain semantic role.
 



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