Uses of Class
story.scheherazade.admin.StoryPoint

Packages that use StoryPoint
story.dbcore.admin   
story.scheherazade.admin   
story.scheherazade.grammars   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of StoryPoint in story.dbcore.admin
 

Methods in story.dbcore.admin that return StoryPoint
 StoryPoint SCHHistoryFrame.getPoint()
          Retrieve the most recently issued StoryPoint.
 

Constructors in story.dbcore.admin with parameters of type StoryPoint
SCHHistoryFrame(HistoryFrameID HFID, StoryPoint point, Bookmark bookmark)
           
 

Uses of StoryPoint in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return StoryPoint
 StoryPoint StoryTelling.get(int i)
           
 StoryPoint StoryListener.getRedoableOperation()
          Returns the type of StoryPoint associated with the subsequent recent state-changing operation in the redo stack.
 StoryPoint StoryListener.getUndoableOperation()
          Returns the type of StoryPoint associated with the most recent state-changing operation, i.e., the operation at the top of the undo stack.
 StoryPoint StoryPoint.intern()
           
 

Methods in story.scheherazade.admin with parameters of type StoryPoint
 void StoryTelling.add(StoryPoint point)
           
 java.lang.Object StoryTelling.hear(StoryPoint point)
           
 java.lang.Object StoryListener.hear(StoryPoint storyPoint)
           
 java.lang.Object HearsStoryPoints.hear(StoryPoint storyPoint)
           
 

Uses of StoryPoint in story.scheherazade.grammars
 

Methods in story.scheherazade.grammars that return StoryPoint
static StoryPoint SCHGrammarTools.makePoint(ReturnValue pointType, SCHArguments args)
          Roll up a StoryPoint out of a parsed out ID (presumably a StoryPointType) and a series of arguments
 

Uses of StoryPoint in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type StoryPoint
static java.lang.String STools.verbalizeVirgilCommand(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, StoryPoint point)
           
 

Uses of StoryPoint in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil with parameters of type StoryPoint
 java.lang.Object Virgil.hear(StoryPoint point)
          Accessor function for easily hearing a StoryPoint without having to encapsulate in a VirgilCommand.
 



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