Uses of Class
story.dbcore.misc.selfcontained.WordNetOffset

Packages that use WordNetOffset
story.scheherazade.admin   
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of WordNetOffset in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type WordNetOffset
 void StoryInterpreter.declareAction(TimelineID timelineID, ActionType actionType, StoryAssertion parameters, WordNetOffset offset)
           
 void StoryInterpreter.declareAction(TimelineID timelineID, ActionType actionType, StoryAssertion parameters, WordNetOffset offset, ActionType superAction)
           
 void StoryInterpreter.declareNounType(TimelineID timelineID, NounType nounType, StoryAssertion parameters, WordNetOffset offset, NounType superNoun, java.lang.String menuName, java.lang.String pluralForm, boolean proper, PropDiscreteness discreteness, CharacterGender gender)
           
 

Uses of WordNetOffset in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis that return WordNetOffset
 WordNetOffset Contributor.getWordNetSynsetOffset()
           
 

Uses of WordNetOffset in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type WordNetOffset
 void Timeline.declareAction(NodeAddress timeline, ActionType actionType, StoryAssertion expansionParams, WordNetOffset offset, ActionType superAction)
          Declare a new type of Action and define its parameters.
 void Narrative.declareAction(TimelineID timelineID, ActionType actionType, StoryAssertion parameters, WordNetOffset offset, ActionType superAction)
          Declare a new Action in a timeline.
 void Timeline.declareNounType(NodeAddress timeline, NounType nounType, StoryAssertion expansionParams, WordNetOffset offset, NounType superNoun, java.lang.String menuName, java.lang.String pluralForm, boolean proper, PropDiscreteness discreteness, CharacterGender gender)
          Declare that a type of Noun can exist in the world.
 void Narrative.declareNounType(TimelineID timelineID, NounType nounType, StoryAssertion parameters, WordNetOffset offset, NounType superNoun, java.lang.String menuName, java.lang.String pluralForm, boolean proper, PropDiscreteness discreteness, CharacterGender gender)
           
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.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.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)
           
 

Uses of WordNetOffset in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return WordNetOffset
 WordNetOffset TimelineID.getWordNetOffset()
           
 WordNetOffset ScheherIDWithType.getWordNetOffset()
          Get the GenericScheherID's WordNet synset offset
 WordNetOffset NounType.getWordNetOffset()
           
 WordNetOffset NounName.getWordNetOffset()
           
 WordNetOffset ModifierType.getWordNetOffset()
           
 WordNetOffset ConditionType.getWordNetOffset()
           
 WordNetOffset ActionType.getWordNetOffset()
           
 

Constructors in story.scheherazade.misc with parameters of type WordNetOffset
ActionType(ActionType type, WordNetOffset offset, ActionType supertype)
          Constructor that supplements an ActionType with supertype metadata.
NounType(NounType noun, NounType supertype, java.lang.String menuName, WordNetOffset offset, java.lang.String pluralForm, boolean proper, PropDiscreteness discreteness, CharacterGender gender)
          Constructor that adds metadata to a basic descriptor.
 



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