Uses of Class
story.scheherazade.admin.StoryTelling

Packages that use StoryTelling
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.examples   
story.scheherazade.grammars   
story.scheherazade.virgil   
 

Uses of StoryTelling in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return StoryTelling
 StoryTelling StoryInterpreter.generateRandomNarrative(TimelineID timelineID, int numPredicates, LanguageModel model)
           
 StoryTelling StoryListener.getTelling()
          Return the StoryTelling heard thus far
 StoryTelling StoryTelling.makeCopy()
           
 

Methods in story.scheherazade.admin with parameters of type StoryTelling
 void StoryTelling.add(StoryTelling otherTelling)
           
 void StoryListener.hear(StoryTelling telling)
           
 

Constructors in story.scheherazade.admin with parameters of type StoryTelling
StoryListener(NarrativeID title, StoryTelling coreStory, ProgressNotifier progressNotifier)
           
 

Uses of StoryTelling in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return StoryTelling
 StoryTelling Timeline.generateRandomNarrative(NodeAddress timeline, int numPredicates, LanguageModel model)
          Populate a timeline with a bunch of randomly generated actions.
 StoryTelling Narrative.generateRandomNarrative(TimelineID timelineID, int numPredicates, LanguageModel model)
           
 

Methods in story.scheherazade.elements with parameters of type StoryTelling
 java.lang.Object Timeline.generateRandomPredicate(StoryTelling telling, NodeAddress timeline, PredicateFlavor flavor, story.scheherazade.elements.Timeline.GenerationState genstate, int indent, PredicateMode predicateMode)
          Generate a completely random predicate.
 

Uses of StoryTelling in story.scheherazade.examples
 

Methods in story.scheherazade.examples that return StoryTelling
 StoryTelling StandardKnowledgeBase.getKBInstructions()
          Generate a StoryTelling with "startup" StoryPoints to execute upon initialization.
 

Uses of StoryTelling in story.scheherazade.grammars
 

Methods in story.scheherazade.grammars that return StoryTelling
 StoryTelling SCHGrammarParser.storyTelling()
           
 

Uses of StoryTelling in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil that return StoryTelling
 StoryTelling Virgil.getStartupTelling()
          Get the StoryTelling of the startup state of the interface, after the default world knowledge and before any user input
 StoryTelling VirgilFile.getStoryTelling()
           
 

Constructors in story.scheherazade.virgil with parameters of type StoryTelling
VirgilFile(StoryTelling telling, int tellingFloor, VisibleStates visibleStates, int configKey, java.lang.String UID, java.lang.String sourceStoryID, java.lang.String sourceStory)
          Constructor for populating with live data.
 



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