Uses of Class
story.scheherazade.verbalizer.PlannerRepository

Packages that use PlannerRepository
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.examples   
story.scheherazade.exceptions   
story.scheherazade.misc   
story.scheherazade.prologuer   
story.scheherazade.verbalizer   
story.scheherazade.virgil   
 

Uses of PlannerRepository in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis with parameters of type PlannerRepository
 java.lang.StringBuffer SCHIntersection.render(Verbalizer verbalizer, StoryInterpreter story, Style style, PlannerRepository planners)
           
 java.lang.StringBuffer Contributor.render(Verbalizer verbalizer, StoryInterpreter story, Style style, PlannerRepository planners)
           
 

Constructors in story.scheherazade.analysis with parameters of type PlannerRepository
PredicateSorter(NarrativeID title, StoryInterpreter storyInterpreter, Verbalizer verbalizer, PlannerRepository planners)
           
 

Uses of PlannerRepository in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type PlannerRepository
static void KBTools.registerCharacterAction(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ActionType action, WordNetOffset offset, ActionType superAction, java.lang.String presentSimple, java.lang.String pastSimple, java.lang.String infinitive, java.lang.String progressive)
           
static void KBTools.registerCharacterCharacterAction(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ActionType action, WordNetOffset offset, ActionType superAction, java.lang.String presentSimple, java.lang.String pastSimple, java.lang.String infinitive, java.lang.String progressive)
           
static void KBTools.registerCharacterPropAction(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ActionType action, WordNetOffset offset, ActionType superAction, java.lang.String presentSimple, java.lang.String pastSimple, java.lang.String infinitive, java.lang.String progressive)
           
static void KBTools.registerCharacterRelationship(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ConditionType condition, ConditionType superCondition, boolean unique)
           
static void KBTools.registerEmptyAction(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ActionType action, WordNetOffset offset, ActionType superAction, java.lang.String presentSimple, java.lang.String pastSimple, java.lang.String infinitive, java.lang.String progressive)
           
static void KBTools.registerInterpersonalEmotionCondition(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ConditionType condition, ConditionType superCondition)
           
static void KBTools.registerPropAction(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ActionType action, WordNetOffset offset, ActionType superAction, java.lang.String presentSimple, java.lang.String pastSimple, java.lang.String infinitive, java.lang.String progressive)
           
static void KBTools.registerSimpleAdjectival(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, java.lang.String adjective, ConditionType condition, ConditionType supertype, NounFlavorSet allowedFlavors)
           
static void KBTools.registerSimpleAdverb(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, java.lang.String adverb, ModifierType modifier, ModifierType supertype, ModifierGrammaticalType grammaticalType)
           
static void KBTools.registerSimpleCharacterAdjective(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, java.lang.String adjective, ConditionType superCondition)
           
static void KBTools.registerSimpleEmotionCondition(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ConditionType condition, ConditionType superCondition)
           
static void KBTools.registerSimplePropCondition(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, ConditionType condition, ConditionType superCondition)
           
static void KBTools.registerStandardPlannerNounType(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline, NounType noun, NounType supertype, java.lang.String menuName, java.lang.String offset, java.lang.String pluralForm, boolean proper, PropDiscreteness discreteness, CharacterGender gender)
           
 java.lang.StringBuffer InterpValidationResult.render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository plannerRep)
           
 java.lang.StringBuffer InterpValidationError.render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository plannerRep)
           
 

Uses of PlannerRepository in story.scheherazade.examples
 

Methods in story.scheherazade.examples that return PlannerRepository
 PlannerRepository StandardKnowledgeBase.getPlannerRepository()
          Get the repository of Verbalizer planners for serializing the various symbols
 

Uses of PlannerRepository in story.scheherazade.exceptions
 

Methods in story.scheherazade.exceptions with parameters of type PlannerRepository
 java.lang.StringBuffer CircularLink.render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners)
           
 

Uses of PlannerRepository in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type PlannerRepository
static java.lang.String STools.verbalizeUnknownObject(java.lang.Object ID, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners)
          Verbalize a GenericScheherID of unknown type.
static java.lang.String STools.verbalizeVirgilCommand(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, StoryPoint point)
           
static java.lang.String STools.verbalizeVirgilCommand(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, VirgilCommand command)
          Create an NL description of a StoryPoint for populating Undo and Redo buttons.
 

Uses of PlannerRepository in story.scheherazade.prologuer
 

Methods in story.scheherazade.prologuer with parameters of type PlannerRepository
 void ExternalKB.addKnowledge(StoryInterpreter interpreter, PlannerRepository planners, TimelineID timeline)
          Append KB import instructions to an already constructed StoryInterpreter and PlannerRepository.
 

Uses of PlannerRepository in story.scheherazade.verbalizer
 

Methods in story.scheherazade.verbalizer that return PlannerRepository
 PlannerRepository VerbalizerState.getPlanners()
          Get the planner repository.
 

Constructors in story.scheherazade.verbalizer with parameters of type PlannerRepository
Verbalizer(PlannerRepository planners)
           
VerbalizerState(PlannerRepository planners)
           
 

Uses of PlannerRepository in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil that return PlannerRepository
 PlannerRepository VirgilFileConfig.getPlannerRepository()
           
 PlannerRepository VirgilConfiguration.getPlannerRepository()
          Get the repository of Verbalizer planners for serializing the various symbols
 

Constructors in story.scheherazade.virgil with parameters of type PlannerRepository
BrowsableSelector(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, BrowsableSelectorParams params, ElementBrowser browser, PlannerRepository planners, ElementBrowserMode mode, SCHSelector parentSelector, java.lang.String prompt, TimelineID timeline, boolean inherit, boolean avoidGroups, boolean showSearch)
           
Definer(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, DefinerMode mode, TimelineViewer timelineViewer, TimelineID timeline, boolean inherit)
           
ElementBrowser(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, TimelineViewer timelineViewer)
          Constructor.
GroupSelector(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, ElementBrowser browser, PlannerRepository planners, ElementBrowserMode mode, SCHSelector parentSelector, java.lang.String prompt, TimelineID timeline, boolean inherit, boolean emptySetIsReady)
           
InterpretativeDetailBox(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, TimelineViewer timelineViewer, TimelineID timeline, Serialization sourceText, NewContentPanel newContent, PlannerRepository plannerRep, InterpretativeEditor interpEditor)
           
InterpretativeEditor(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, TimelineViewer timelineViewer, TimelineID timeline, Serialization sourceText, NewContentPanel newContent, PlannerRepository plannerRep)
           
KnowledgeEditor(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners, TimelineViewer timelineViewer, TimelineID timeline, boolean inherit)
           
PredicateSelector(Virgil virgil, PlannerRepository planners, ElementBrowser browser, Verbalizer verbalizer, SCHSelector parentSelector, int recursionDepth, java.lang.String prompt)
          Set up a selector.
SettingsPanel(Virgil virgil, PlannerRepository planners, Verbalizer verbalizer)
          Set up a selector.
SetupTogglePanel(Virgil virgil, StoryInterpreter story, Verbalizer verbalizer, PlannerRepository planners)
           
 



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