Uses of Class
story.scheherazade.misc.PropDiscreteness

Packages that use PropDiscreteness
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of PropDiscreteness in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type PropDiscreteness
 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 PropDiscreteness in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type PropDiscreteness
 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.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)
           
 

Uses of PropDiscreteness in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as PropDiscreteness
static PropDiscreteness PropDiscreteness.Continuous
           
static PropDiscreteness PropDiscreteness.Discrete
           
 

Methods in story.scheherazade.misc that return PropDiscreteness
static PropDiscreteness PropDiscreteness.get(int number)
          Return the corresponding PropDiscreteness for the given Unique ID (see getUniqueID).
static PropDiscreteness PropDiscreteness.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 PropDiscreteness NounType.getDiscreteness()
           
 

Constructors in story.scheherazade.misc with parameters of type PropDiscreteness
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.
 

Uses of PropDiscreteness in story.scheherazade.verbalizer
 

Methods in story.scheherazade.verbalizer that return PropDiscreteness
 PropDiscreteness NounPlanner.getDiscreteness()
           
 

Methods in story.scheherazade.verbalizer with parameters of type PropDiscreteness
 void NounPlanner.setDiscreteness(PropDiscreteness discreteness)
          If this prop represents a continuous substances, such as water, specify so here.
 



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