Uses of Class
story.scheherazade.elements.TimelineType

Packages that use TimelineType
story.scheherazade.admin   
story.scheherazade.elements   
 

Uses of TimelineType in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type TimelineType
 void StoryInterpreter.newTimeline(TimelineID newTimelineID, TimelineType type)
           
 void StoryInterpreter.newTimeline(TimelineID newTimelineID, TimelineType type, TimelineID referentTimelineID)
           
 

Uses of TimelineType in story.scheherazade.elements
 

Fields in story.scheherazade.elements declared as TimelineType
static TimelineType TimelineType.AbsoluteRefAlt
           
static TimelineType TimelineType.AbsoluteRefReal
           
static TimelineType TimelineType.Alt
           
static TimelineType TimelineType.Interp
           
static TimelineType TimelineType.Real
           
static TimelineType TimelineType.RelativeRefAlt
           
static TimelineType TimelineType.RelativeRefReal
           
 

Methods in story.scheherazade.elements that return TimelineType
static TimelineType TimelineType.get(int number)
          Return the corresponding TimelineType for the given Unique ID (see getUniqueID).
static TimelineType TimelineType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 TimelineType Timeline.getTimelineType(NodeAddress timeline)
           
 

Methods in story.scheherazade.elements with parameters of type TimelineType
 NodeAddress Timeline.newTimeline(TimelineID ID, TimelineType newType)
          Create a new Timeline in the db-core with no referent timeline.
 NodeAddress Timeline.newTimeline(TimelineID ID, TimelineType newType, NodeAddress referentTimeline)
          Create a new Timeline in the db-core with a referent timeline.
 void Narrative.newTimeline(TimelineID newTimelineID, TimelineType type, TimelineID referentTimelineID)
          Starts a new Timeline with a referent timeline.
 



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