|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimelineTime | |
---|---|
story.scheherazade.admin | |
story.scheherazade.elements | |
story.scheherazade.misc | |
story.scheherazade.verbalizer | |
story.scheherazade.virgil |
Uses of TimelineTime in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin that return TimelineTime | |
---|---|
TimelineTime |
StoryInterpreter.getAttachmentPoint(TimelineID timelineID)
|
Methods in story.scheherazade.admin with parameters of type TimelineTime | |
---|---|
AssignedAction |
StoryInterpreter.reassignAction(AssignedAction action,
TimelineTime newTransition)
|
void |
StoryInterpreter.setAttachmentPoint(TimelineID timelineID,
TimelineTime time)
|
Uses of TimelineTime in story.scheherazade.elements |
---|
Classes in story.scheherazade.elements that implement TimelineTime | |
---|---|
class |
StateTime
This class represents the time that a State occurs, including several variables, such as whether the time is concrete or relative to some other time, and if so, what time it is relative to. |
class |
TransitionTime
A duple of StateTimes that together describe the time index of a Transition between two states. |
Methods in story.scheherazade.elements that return TimelineTime | |
---|---|
TimelineTime |
Timeline.getAttachmentPoint(NodeAddress timeline)
Gets the attachment point of a timeline. |
TimelineTime |
Narrative.getAttachmentPoint(TimelineID timelineID)
Gets the attachment point of a timeline. |
TimelineTime |
AssignedModifier.getTimeOfModified()
Gets the time range of the modified predicate, possibly unbounded. |
Methods in story.scheherazade.elements with parameters of type TimelineTime | |
---|---|
int |
TransitionTime.compareByBoundedBegin(TimelineTime other)
|
int |
TransitionTime.compareByBoundedEnd(TimelineTime other)
|
void |
Timeline.setAttachmentPoint(NodeAddress timeline,
TimelineTime time)
Sets the attachment point of a timeline. |
void |
Narrative.setAttachmentPoint(TimelineID timelineID,
TimelineTime time)
Sets the attachment point of a timeline. |
Uses of TimelineTime in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return TimelineTime | |
---|---|
TimelineTime |
SCHHashtable.getTimelineTime(java.lang.String key)
Get a TimelineTime. |
Methods in story.scheherazade.misc with parameters of type TimelineTime | |
---|---|
static Perspective |
STools.getPerspective(TransitionTime actionTime,
TimelineTime perceptionTimelineTime)
Get the perspective of an action from some time. |
static Perspective |
STools.getPerspective(TransitionTime actionTime,
TransitionTime actionTimeSlice,
TimelineTime perceptionTimelineTime,
boolean debug)
Get the perspective of a SLICE of an action from some time. |
void |
SCHHashtable.setTimelineTime(java.lang.String key,
TimelineTime value)
Set TimelineTime. |
Uses of TimelineTime in story.scheherazade.verbalizer |
---|
Methods in story.scheherazade.verbalizer that return TimelineTime | |
---|---|
TimelineTime |
AssignedModifierSymbol.getPerceptionTime()
|
TimelineTime |
AssignedConditionSymbol.getPerceptionTime()
|
TimelineTime |
AssignedActionSymbol.getPerceptionTime()
|
Constructors in story.scheherazade.verbalizer with parameters of type TimelineTime | |
---|---|
AssignedActionSymbol(AssignedAction action,
TimelineTime perceptionTime,
Perspective perspective)
|
|
AssignedActionSymbol(NodeProxy action,
TimelineTime perceptionTime,
Perspective perspective)
|
|
AssignedConditionSymbol(AssignedCondition condition,
TimelineTime perceptionTime)
|
|
AssignedConditionSymbol(NodeProxy condition,
TimelineTime perceptionTime)
|
|
AssignedModifierSymbol(AssignedModifier modifier,
TimelineTime perceptionTime,
Perspective perspective)
|
|
AssignedModifierSymbol(NodeProxy modifier,
TimelineTime perceptionTime,
Perspective perspective)
|
|
SetVerbalizerState(java.lang.String key,
TimelineTime value)
Constructor for TransitionTime values. |
|
VerbalizeAssignedAction(AssignedAction action,
TransitionTime actionTimeSlice,
TimelineTime perception,
VerbTense tense,
boolean conditional)
Constructor for viewing the assigned action from a transition. |
|
VerbalizeAssignedCondition(AssignedCondition condition,
TimelineTime perceptionTime,
VerbTense tense,
boolean conditional)
Constructor for viewing the assigned condition from a state or transition. |
|
VerbalizeTransition(TimelineID timeline,
TransitionTime time,
VerbTense tense,
boolean conditional,
boolean encapsulateInSentence,
Conditionality conditionality,
TimelineTime perceptionTime)
|
Uses of TimelineTime in story.scheherazade.virgil |
---|
Methods in story.scheherazade.virgil that return TimelineTime | |
---|---|
TimelineTime |
Virgil.getAttachmentPoint(TimelineID timeline)
|
TimelineTime |
StateViewer.getSelectedTime()
|
TimelineTime |
TimelineViewer.getSelectedTimelineTime()
Returns the StateTime of the state currently selected, or null if no such state. |
TimelineTime |
ViewableTime.time()
|
Methods in story.scheherazade.virgil with parameters of type TimelineTime | |
---|---|
void |
TimelineViewer.selectTime(TimelineTime time)
Switchboard for calling selectState or selectTransition. |
void |
TimelineViewer.selectTime(TimelineTime time,
boolean animate)
Switchboard for calling selectState or selectTransition. |
void |
StateViewer.setToTime(TimelineID timelineID,
TimelineTime time)
Switchboard for calling either setToState or setToTransition. |
void |
TimelineArrowPanel.updateTitle(TimelineTime time)
|
Constructors in story.scheherazade.virgil with parameters of type TimelineTime | |
---|---|
ViewableTime(TimelineID timeline,
TimelineTime time)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |