Uses of Interface
story.scheherazade.elements.AssignedPredicateAddress

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

Uses of AssignedPredicateAddress in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type AssignedPredicateAddress
 AssignedPredicate StoryInterpreter.getAssignedPredicateFromAddress(TimelineID timelineID, AssignedPredicateAddress apa)
           
 

Uses of AssignedPredicateAddress in story.scheherazade.elements
 

Classes in story.scheherazade.elements that implement AssignedPredicateAddress
 class AssignedActionAddress
          An address of an AssignedAction in a Narrative.
 class AssignedConditionAddress
          An address of an AssignedCondition in a Narrative.
 class AssignedModifierAddress
           
 

Methods in story.scheherazade.elements that return AssignedPredicateAddress
 AssignedPredicateAddress AssignedModifierAddress.getModified()
           
abstract  AssignedPredicateAddress AssignedPredicate.intern()
           
 AssignedPredicateAddress AssignedCondition.intern()
           
 AssignedPredicateAddress AssignedAction.intern()
           
 

Methods in story.scheherazade.elements with parameters of type AssignedPredicateAddress
 AssignedPredicate Timeline.getAssignedPredicateFromAddress(NodeAddress timeline, AssignedPredicateAddress apa)
           
 AssignedPredicate Narrative.getAssignedPredicateFromAddress(TimelineID timelineID, AssignedPredicateAddress apa)
          Retrieve the metadata associated with a certain Predicate.
 

Constructors in story.scheherazade.elements with parameters of type AssignedPredicateAddress
AssignedModifierAddress(AssignedPredicateAddress modified, Modifier modifier)
           
 

Uses of AssignedPredicateAddress in story.scheherazade.misc
 

Classes in story.scheherazade.misc that implement AssignedPredicateAddress
 class InterpNodeID
          A "name" (unique ID) for an interp node in Scheherazade.
 



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