Uses of Class
story.scheherazade.elements.AssignedInterpNode

Packages that use AssignedInterpNode
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of AssignedInterpNode in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return AssignedInterpNode
 AssignedInterpNode StoryInterpreter.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key)
           
 

Methods in story.scheherazade.admin with parameters of type AssignedInterpNode
 AssignedInterpNode StoryInterpreter.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key)
           
 void StoryInterpreter.attachInterpPredicate(AssignedPredicate predicate, AssignedInterpNode interpNode)
           
 InterpChainSet StoryInterpreter.getChainsOfInterpNode(TimelineID timelineID, AssignedInterpNode node, boolean allowNestedHeads)
           
 void StoryInterpreter.reattachInterpNode(TimelineID timelineID, AssignedInterpNode interp, AssignedInterpNode newParent)
           
 

Uses of AssignedInterpNode in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return AssignedInterpNode
 AssignedInterpNode Timeline.assignInterpNode(NodeAddress timeline, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
           
 AssignedInterpNode Narrative.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
          Assigns an Interp node.
 

Methods in story.scheherazade.elements with parameters of type AssignedInterpNode
 AssignedInterpNode Timeline.assignInterpNode(NodeAddress timeline, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
           
 AssignedInterpNode Narrative.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key, SCHPoint position)
          Assigns an Interp node.
 void Timeline.attachInterpPredicate(AssignedPredicate predicate, AssignedInterpNode interp)
           
 void Narrative.attachInterpPredicate(AssignedPredicate predicate, AssignedInterpNode interpNode)
           
 InterpChainSet Timeline.getChainsOfInterpNode(NodeAddress timeline, AssignedInterpNode node, boolean allowNestedHeads)
           
 InterpChainSet Narrative.getChainsOfInterpNode(TimelineID timelineID, AssignedInterpNode node, boolean allowNestedHeads)
           
 void Narrative.reattachInterpElement(InterpElement interp, AssignedInterpNode newParent)
           
 void Timeline.reattachInterpElement(NodeAddress timeline, InterpElement interp, AssignedInterpNode newParent)
           
 

Uses of AssignedInterpNode in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return types with arguments of type AssignedInterpNode
 java.util.Iterator<AssignedInterpNode> AssignedInterpNodeSet.iterator()
           
 

Methods in story.scheherazade.misc with parameters of type AssignedInterpNode
 void AssignedInterpNodeSet.add(AssignedInterpNode node)
           
 

Uses of AssignedInterpNode in story.scheherazade.verbalizer
 

Constructors in story.scheherazade.verbalizer with parameters of type AssignedInterpNode
VerbalizeAssignedInterpNode(AssignedInterpNode node, VerbTense tense)
           
VerbalizeInterpChain(InterpChainLink chain, VerbTense tense, AssignedInterpNode perspectiveBox, boolean verbalizeSource, boolean verbalizeForks, boolean propagate)
           
 



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