Uses of Class
story.scheherazade.misc.ModifierScope

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

Uses of ModifierScope in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type ModifierScope
 AssignedModifier StoryInterpreter.assignModifier(AssignedPredicate modified, ValidModifier modifier, ModifierScope scope)
           
 

Uses of ModifierScope in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return ModifierScope
 ModifierScope AssignedModifier.getScope()
           
 

Methods in story.scheherazade.elements with parameters of type ModifierScope
 AssignedModifier Timeline.assignModifier(AssignedPredicate predicate, ValidModifier modifier, ModifierScope scope, TextSpan sourceSpan)
          Assigns an instance of a Modifier to a predicate.
 AssignedModifier Narrative.assignModifier(AssignedPredicate modified, ValidModifier modifier, ModifierScope scope, TextSpan sourceSpan)
          Associates a Modifier with a predicate.
 

Constructors in story.scheherazade.elements with parameters of type ModifierScope
AssignedModifier(ValidModifier modifier, AssignedPredicate modified, ModifierScope scope, NodeProxy modifierNode, Conditionality conditionality, long creationTime, TextSpan sourceSpan, SCHPoint position, SCHPoint sourcePosition, java.lang.Boolean noInterpretation)
           
 

Uses of ModifierScope in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as ModifierScope
static ModifierScope ModifierScope.Beginning
           
static ModifierScope ModifierScope.Ending
           
static ModifierScope ModifierScope.Entire
           
 

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

Methods in story.scheherazade.misc with parameters of type ModifierScope
 void SCHHashtable.setModifierScope(java.lang.String key, ModifierScope value)
          Set ModifierScope.
 



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