Uses of Class
story.scheherazade.elements.Timeline

Packages that use Timeline
story.scheherazade.admin   
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.parameters   
 

Uses of Timeline in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type Timeline
 void StoryInterpreter.removeAssignedAction(Timeline timelineID, AssignedActionAddress aaa)
           
 void StoryInterpreter.removeAssignedCondition(Timeline timelineID, AssignedConditionAddress aca)
           
 void StoryInterpreter.removeAssignedModifier(Timeline timelineID, AssignedModifierAddress ama)
           
 void StoryInterpreter.removeAssignedPredicate(Timeline timelienID, AssignedPredicate ap)
           
 void StoryInterpreter.removeInterpNode(Timeline timelineID, InterpNodeID key)
           
 

Uses of Timeline in story.scheherazade.analysis
 

Constructors in story.scheherazade.analysis with parameters of type Timeline
SCHIntersection(Timeline timelineHandler, java.lang.Object object, int truthDegree, SemanticRole role, java.util.Vector<SCHIntersection> args, NarrativeID storyID, NounName associatedName)
          Constructor for making a "seed" intersection
SCHIntersection(Timeline timelineHandler, java.lang.Object object, java.util.Vector<SCHIntersection> args, SCHIntersection source1, SCHIntersection source2, java.lang.StringBuffer notes)
          Constructor for making an intersection derived from other intersections
 

Uses of Timeline in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return Timeline
 Timeline TimelineIndex.getTimeline(TimelineID ID)
          Get a Timeline from the index.
 

Methods in story.scheherazade.elements with parameters of type Timeline
 void TimelineIndex.addTimeline(TimelineID ID, Timeline timeline)
          Add a Timeline to the index.
 

Constructors in story.scheherazade.elements with parameters of type Timeline
ValidAction(Timeline timelineHandler, NodeAddress timeline, ActionType actionType, SCHArguments arguments, int truthDegree, PredicateMode mode)
           
ValidCondition(Timeline timelineHandler, NodeAddress timeline, ConditionType conditionType, SCHArguments arguments, int truthDegree, PredicateMode mode)
           
ValidModifier(Timeline timelineHandler, NodeAddress timeline, ModifierType modifierType, SCHArguments arguments)
           
ValidNoun(Timeline timelineHandler, NodeAddress timeline, NounType arguedNounType, SCHArguments arguments)
           
 

Uses of Timeline in story.scheherazade.parameters
 

Methods in story.scheherazade.parameters with parameters of type Timeline
abstract  java.lang.Object NarrativeMatchingQueryParameter.interpretCoreQueryResult(Timeline timelineHandler, java.util.Enumeration e, SCHSymbolTable references)
          Interpret the elements of a DBCore QueryResult into an element of a Scheherazade SCHQueryResult using the semantics particular to Scheherazade.
 java.lang.Object InvokedStateParameter.interpretCoreQueryResult(Timeline timelineHandler, java.util.Enumeration e, SCHSymbolTable references)
           
 java.lang.Object DefinedNounParameter.interpretCoreQueryResult(Timeline timelineHandler, java.util.Enumeration e, SCHSymbolTable references)
           
 java.lang.Object AssignedConditionParameter.interpretCoreQueryResult(Timeline timelineHandler, java.util.Enumeration e, SCHSymbolTable references)
           
 java.lang.Object AssignedActionParameter.interpretCoreQueryResult(Timeline timelineHandler, java.util.Enumeration e, SCHSymbolTable references)
           
 ParameterSet SCHParameterSet.toCoreParameterSet(Timeline timelineHandler)
          Convert to an underlying DBCORE ParameterSet.
 

Constructors in story.scheherazade.parameters with parameters of type Timeline
SCHQueryResultSet(Timeline timelineHandler, StoryQuery query, QueryResultSet in)
          Construct a new SCHQueryResultSet object from a DBCore QueryResultSet and the SCHParameters used to issue the query.
 



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