Uses of Class
story.scheherazade.verbalizer.Verbalizer

Packages that use Verbalizer
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.exceptions   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of Verbalizer in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis with parameters of type Verbalizer
 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 Verbalizer
PredicateSorter(NarrativeID title, StoryInterpreter storyInterpreter, Verbalizer verbalizer, PlannerRepository planners)
           
 

Uses of Verbalizer in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type Verbalizer
 java.lang.StringBuffer InterpValidationResult.render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository plannerRep)
           
 java.lang.StringBuffer InterpValidationError.render(StoryInterpreter story, Verbalizer verbalizer, PlannerRepository plannerRep)
           
 

Uses of Verbalizer in story.scheherazade.exceptions
 

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

Uses of Verbalizer in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type Verbalizer
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 Verbalizer in story.scheherazade.virgil
 

Constructors in story.scheherazade.virgil with parameters of type Verbalizer
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)
           
NewContentPanel(Virgil virgil, StateViewer stateview, Verbalizer verbalizer, int layer)
           
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)
           
StateViewer(Virgil virgil, VirgilConfiguration config, Verbalizer verbalizer)
           
TimelineSelector(Virgil virgil, StateViewer stateview, Verbalizer verbalizer)
           
 



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