Methods in story.scheherazade.elements with parameters of type InterpElement |
InterpArcSet |
Timeline.getAllLinkedInterpElements(NodeAddress timeline,
InterpElement element,
LinkDirection linkDirection)
|
InterpChainLink |
Timeline.getInterpChain(NodeAddress timeline,
InterpretativeArcType incomingArcType,
InterpElement element)
Compiles an interp chain (possibly forking into many chains) starting at
the designated element. |
InterpChainLink |
Narrative.getInterpChain(TimelineID timelineID,
InterpElement element)
|
NodeAddressSet |
Timeline.getInterpLineage(InterpElement element)
Get an ordered list of ancestor InterpNode (agency boxes) for
an interp element, starting with itself. |
AssignedInterpNodeSet |
Timeline.getInterpLineage(NodeAddress timeline,
InterpElement element)
|
AssignedInterpNodeSet |
Narrative.getInterpLineage(TimelineID timelineID,
InterpElement element)
|
InterpArcSet |
Timeline.getLinkedInterpElements(NodeAddress timeline,
InterpElement element,
InterpretativeArcType arcType,
LinkDirection linkDirection)
|
InterpArcSet |
Narrative.getLinkedInterpElements(TimelineID timelineID,
InterpElement element,
InterpretativeArcType arcType,
LinkDirection linkDirection)
|
void |
Timeline.linkInterpElements(NodeAddress timeline,
InterpElement from,
InterpretativeArcType arcType,
InterpElement to)
|
void |
Narrative.linkInterpElements(TimelineID timelineID,
InterpElement from,
InterpretativeArcType arcType,
InterpElement to)
|
void |
Timeline.propogateActivation(InterpElement interp,
ActivationFrame frame,
Activation change)
|
void |
Narrative.reattachInterpElement(InterpElement interp,
AssignedInterpNode newParent)
|
void |
Timeline.reattachInterpElement(NodeAddress timeline,
InterpElement interp,
AssignedInterpNode newParent)
|
void |
Timeline.setInterpPosition(InterpElement element,
SCHPoint position)
Sets the position of an interpretative-element box on the canvas. |
void |
Narrative.setInterpPosition(TimelineID timelineID,
InterpElement element,
SCHPoint position)
Sets the position of an interpretative-element box on the canvas. |
void |
Timeline.unlinkInterpElements(NodeAddress timeline,
InterpElement from,
InterpretativeArcType arcType,
InterpElement to)
|
void |
Narrative.unlinkInterpElements(TimelineID timelineID,
InterpElement from,
InterpretativeArcType arcType,
InterpElement to)
|