|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StoryInterpreter in story.scheherazade.analysis |
---|
Methods in story.scheherazade.analysis with parameters of type StoryInterpreter | |
---|---|
static PairwiseComparison |
PairwiseComparison.getPairwiseComparison(StoryInterpreter storyInterpreter,
PredicateSorter predicates1,
PredicateSorter predicates2,
IntersectionPyramid intersections)
Given an index of predicates and an intersection pyramid, construct the pairwise intersection matrix for two stories |
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 StoryInterpreter | |
---|---|
PredicateSorter(NarrativeID title,
StoryInterpreter storyInterpreter,
Verbalizer verbalizer,
PlannerRepository planners)
|
Uses of StoryInterpreter in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements with parameters of type StoryInterpreter | |
---|---|
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 StoryInterpreter in story.scheherazade.exceptions |
---|
Methods in story.scheherazade.exceptions with parameters of type StoryInterpreter | |
---|---|
java.lang.StringBuffer |
CircularLink.render(StoryInterpreter story,
Verbalizer verbalizer,
PlannerRepository planners)
|
Uses of StoryInterpreter in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc with parameters of type StoryInterpreter | |
---|---|
static AssignedConditionSet |
STools.getProperties(StoryInterpreter story,
TimelineID timeline,
GenericScheherID ID)
Get the Properties of a certain GenericScheherID in the story. |
static java.util.Hashtable<NounName,AssignedActionSet> |
STools.sortActionsByAgent(StoryInterpreter story,
AssignedActionSet actions)
Returns a hashtable that has an AssignedActionSet for each agent/mover key. |
static java.util.Hashtable<NounName,AssignedConditionSet> |
STools.sortConditionsByAgent(StoryInterpreter story,
AssignedConditionSet conditions)
Returns a hashtable that has an AssignedConditionSet for each agent/mover |
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 StoryInterpreter in story.scheherazade.prologuer |
---|
Methods in story.scheherazade.prologuer with parameters of type StoryInterpreter | |
---|---|
void |
ExternalKB.addKnowledge(StoryInterpreter interpreter,
PlannerRepository planners,
TimelineID timeline)
Append KB import instructions to an already constructed StoryInterpreter and PlannerRepository. |
Uses of StoryInterpreter in story.scheherazade.verbalizer |
---|
Uses of StoryInterpreter in story.scheherazade.virgil |
---|
Methods in story.scheherazade.virgil with parameters of type StoryInterpreter | |
---|---|
static AssignedActionSet |
Virgil.getActionsInTransition(StoryInterpreter storyInterpreter,
TimelineID timelineID,
TransitionTime time)
Get all the assigned actions for a transition. |
void |
SettingsPanel.initialize(StoryInterpreter story,
TimelineID timeline,
boolean inheritSupertimelines,
java.util.Vector<SCHSelector> settings,
SettingsPanelParams config)
Clear the selector and reboot it with a "choose a condition/action type" combo box. |
void |
PredicateSelector.initialize(StoryInterpreter story,
TimelineID timeline,
PredicateSelectorMode mode,
boolean inheritSupertimelines,
PredicateSelectorParams config)
Clear the selector and reboot it with a "choose a condition/action type" combo box. |
void |
TimelineViewer.setStory(StoryInterpreter story)
|
void |
TimelineSelector.setStory(StoryInterpreter story)
|
void |
TimelineControlPanel.setStory(StoryInterpreter story)
|
void |
StateViewer.setStory(StoryInterpreter story)
|
void |
NewContentPanel.setStory(StoryInterpreter story)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |