|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpNodeID | |
---|---|
story.scheherazade.admin | |
story.scheherazade.elements | |
story.scheherazade.misc |
Uses of InterpNodeID in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin with parameters of type InterpNodeID | |
---|---|
AssignedAction |
StoryInterpreter.assignAction(TimelineID timelineID,
TransitionTime time,
Action action,
InterpNodeID interpKey)
|
AssignedCondition |
StoryInterpreter.assignCondition(TimelineID timelineID,
StateTime time,
Condition condition,
InterpNodeID key)
|
AssignedInterpNode |
StoryInterpreter.assignInterpNode(TimelineID timelineID,
InterpretativeNodeType interpNodeType,
NounName character,
AssignedInterpNode parent,
InterpNodeID key)
|
void |
StoryInterpreter.removeInterpNode(Timeline timelineID,
InterpNodeID key)
|
Uses of InterpNodeID in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements that return InterpNodeID | |
---|---|
abstract InterpNodeID |
AssignedPredicate.getInterpKey()
|
InterpNodeID |
AssignedModifier.getInterpKey()
|
InterpNodeID |
AssignedInterpNode.getInterpKey()
|
InterpNodeID |
AssignedCondition.getInterpKey()
|
InterpNodeID |
AssignedAction.getInterpKey()
|
InterpNodeID |
Timeline.getInterpKeyFromNode(NodeAddress node)
|
InterpNodeID |
AssignedInterpNode.getKey()
|
Methods in story.scheherazade.elements with parameters of type InterpNodeID | |
---|---|
AssignedAction |
Timeline.assignAction(NodeAddress timeline,
TransitionTime time,
ValidAction action,
TextSpan sourceSpan,
InterpNodeID key)
Assigns an instance of an Action to a Transition. |
AssignedAction |
Narrative.assignAction(TimelineID timelineID,
TransitionTime time,
ValidAction action,
TextSpan span,
InterpNodeID key)
Associates an Action with a Transition. |
AssignedCondition |
Timeline.assignCondition(NodeAddress timeline,
StateTime time,
ValidCondition condition,
TextSpan sourceSpan,
InterpNodeID key)
Assigns an instance of a Condition to a State. |
AssignedCondition |
Narrative.assignCondition(TimelineID timelineID,
StateTime time,
ValidCondition condition,
TextSpan sourceSpan,
InterpNodeID key)
Associates a Character with an instancing of a Condition. |
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. |
InterpElement |
Timeline.findAssignedInterpElement(NodeAddress timeline,
InterpNodeID key)
|
InterpElement |
Narrative.findAssignedInterpElement(TimelineID timelineID,
InterpNodeID key)
Locates a previously assigned action. |
void |
Timeline.removeInterpNode(NodeAddress timeline,
InterpNodeID key)
Removes an interp node. |
void |
Narrative.removeInterpNode(TimelineID timelineID,
InterpNodeID key)
Removes an interp node. |
Constructors in story.scheherazade.elements with parameters of type InterpNodeID | |
---|---|
AssignedAction(ValidAction action,
NodeProxy actionNode,
NodeProxy transitionNode,
TransitionTime time,
Conditionality conditionality,
long creationTime,
TextSpan sourceSpan,
SCHPoint canvasPosition,
SCHPoint sourceCanvasPosition,
InterpNodeID interpKey,
java.lang.Boolean noInterpretation)
|
|
AssignedCondition(ValidCondition condition,
NodeProxy conditionNode,
NodeProxy stateNode,
StateTime assignedState,
Conditionality conditionality,
long creationTime,
TextSpan sourceSpan,
SCHPoint position,
SCHPoint sourcePosition,
InterpNodeID interpKey,
java.lang.Boolean noInterpretation)
Constructor to use if the condition is in a State |
|
AssignedCondition(ValidCondition condition,
NodeProxy conditionNode,
NodeProxy stateNode,
TransitionTimePair persistentRange,
Conditionality conditionality,
long creationTime,
TextSpan sourceSpan,
SCHPoint position,
SCHPoint sourcePosition,
InterpNodeID interpKey,
java.lang.Boolean noInterpretation)
Constructor to use for persistent conditions |
|
AssignedInterpNode(NodeProxy interpNode,
InterpretativeNodeType nodeType,
TimelineID timeline,
NounName character,
SCHPoint position,
SCHPoint sourcePosition,
long creationTime,
InterpNodeID key)
|
Uses of InterpNodeID in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return InterpNodeID | |
---|---|
InterpNodeID |
InterpSourceBox.getInterpKey()
|
InterpNodeID |
InterpElement.getInterpKey()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |