Uses of Class
story.scheherazade.misc.InterpretativeNodeType

Packages that use InterpretativeNodeType
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of InterpretativeNodeType in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type InterpretativeNodeType
 AssignedInterpNode StoryInterpreter.assignInterpNode(TimelineID timelineID, InterpretativeNodeType interpNodeType, NounName character, AssignedInterpNode parent, InterpNodeID key)
           
 

Uses of InterpretativeNodeType in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return InterpretativeNodeType
 InterpretativeNodeType AssignedModifier.getInterpretativeNodeType()
           
 InterpretativeNodeType AssignedInterpNode.getInterpretativeNodeType()
           
 InterpretativeNodeType AssignedCondition.getInterpretativeNodeType()
           
 InterpretativeNodeType AssignedAction.getInterpretativeNodeType()
           
 

Methods in story.scheherazade.elements with parameters of type InterpretativeNodeType
 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 PredicateCalculusModel.declareNode(NodeAddress node, InterpretativeNodeType nodeType)
           
 

Constructors in story.scheherazade.elements with parameters of type InterpretativeNodeType
AssignedInterpNode(NodeProxy interpNode, InterpretativeNodeType nodeType, TimelineID timeline, NounName character, SCHPoint position, SCHPoint sourcePosition, long creationTime, InterpNodeID key)
           
 

Uses of InterpretativeNodeType in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as InterpretativeNodeType
static InterpretativeNodeType InterpretativeNodeType.Actualization
           
static InterpretativeNodeType InterpretativeNodeType.Belief
           
static InterpretativeNodeType InterpretativeNodeType.Ego
           
static InterpretativeNodeType InterpretativeNodeType.Enlightenment
           
static InterpretativeNodeType InterpretativeNodeType.Freedom
           
static InterpretativeNodeType InterpretativeNodeType.Goal
           
static InterpretativeNodeType InterpretativeNodeType.Health
           
static InterpretativeNodeType InterpretativeNodeType.Honor
           
static InterpretativeNodeType InterpretativeNodeType.InterpAction
           
static InterpretativeNodeType InterpretativeNodeType.InterpCondition
           
static InterpretativeNodeType InterpretativeNodeType.InterpModifier
           
static InterpretativeNodeType InterpretativeNodeType.Justice
           
static InterpretativeNodeType InterpretativeNodeType.Label
           
static InterpretativeNodeType InterpretativeNodeType.Legacy
           
static InterpretativeNodeType InterpretativeNodeType.Leisure
           
static InterpretativeNodeType InterpretativeNodeType.Life
           
static InterpretativeNodeType InterpretativeNodeType.Love
           
static InterpretativeNodeType InterpretativeNodeType.Membership
           
static InterpretativeNodeType InterpretativeNodeType.Obligation
           
static InterpretativeNodeType InterpretativeNodeType.Plain
           
static InterpretativeNodeType InterpretativeNodeType.Plan
           
static InterpretativeNodeType InterpretativeNodeType.Proposition
           
static InterpretativeNodeType InterpretativeNodeType.Source
           
static InterpretativeNodeType InterpretativeNodeType.Wealth
           
 

Methods in story.scheherazade.misc that return InterpretativeNodeType
static InterpretativeNodeType InterpretativeNodeType.get(int number)
          Return the corresponding InterpretativeNodeType for the given Unique ID (see getUniqueID).
static InterpretativeNodeType InterpretativeNodeType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 InterpretativeNodeType InterpSourceBox.getInterpretativeNodeType()
           
 InterpretativeNodeType InterpElement.getInterpretativeNodeType()
           
 

Methods in story.scheherazade.misc with parameters of type InterpretativeNodeType
static boolean STools.isValidInterpLeftType(InterpretativeNodeType nodeType, InterpretativeArcType arcType)
           
static boolean STools.isValidInterpRightType(InterpretativeNodeType nodeType, InterpretativeArcType arcType)
           
 

Uses of InterpretativeNodeType in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil that return InterpretativeNodeType
 InterpretativeNodeType InterpretativeDetailBox.getActiveType()
           
 InterpretativeNodeType InterpretativeEditor.IPanel.getNodeType()
           
 



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