Uses of Class
story.scheherazade.misc.ModifiablePredicates

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

Uses of ModifiablePredicates in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return ModifiablePredicates
 ModifiablePredicates StoryInterpreter.getModifiablePredicates(TimelineID timelineID, ModifierType modifierType)
           
 

Methods in story.scheherazade.admin with parameters of type ModifiablePredicates
 void StoryInterpreter.declareModifier(TimelineID timelineID, ModifierType modifierType, ModifiablePredicates modifiables, StoryAssertion parameters)
           
 void StoryInterpreter.declareModifier(TimelineID timelineID, ModifierType modifierType, ModifiablePredicates modifiables, StoryAssertion parameters, ModifierType superModifier)
           
 

Uses of ModifiablePredicates in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return ModifiablePredicates
 ModifiablePredicates Timeline.getModifiablePredicates(NodeAddress timeline, ModifierType modifierType)
          Get the types of predicates which were defined as being modifiable by a Modifier.
 ModifiablePredicates Narrative.getModifiablePredicates(TimelineID timelineID, ModifierType modifierType)
          Get the types of predicates which were defined as being modifiable by a Modifier.
 

Methods in story.scheherazade.elements with parameters of type ModifiablePredicates
 void Timeline.declareModifier(NodeAddress timeline, ModifierType modifierType, ModifiablePredicates modifiables, StoryAssertion expansionParams, ModifierType superModifier)
          Declare a new Modifier in the Setting of this Timeline.
 void Narrative.declareModifier(TimelineID timelineID, ModifierType modifierType, ModifiablePredicates modifiables, StoryAssertion parameters, ModifierType superModifier)
          Declare that a certain Modifier can exist in the world.
 



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