|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterGender | |
---|---|
story.scheherazade.admin | |
story.scheherazade.elements | |
story.scheherazade.misc | |
story.scheherazade.verbalizer |
Uses of CharacterGender in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin with parameters of type CharacterGender | |
---|---|
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 CharacterGender in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements that return CharacterGender | |
---|---|
CharacterGender |
ValidNoun.getGender()
Get the gender of the noun. |
Methods in story.scheherazade.elements with parameters of type CharacterGender | |
---|---|
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 CharacterGender in story.scheherazade.misc |
---|
Fields in story.scheherazade.misc declared as CharacterGender | |
---|---|
static CharacterGender |
CharacterGender.Female
|
static CharacterGender |
CharacterGender.Male
|
static CharacterGender |
CharacterGender.Neutral
|
Methods in story.scheherazade.misc that return CharacterGender | |
---|---|
static CharacterGender |
CharacterGender.get(int number)
Return the corresponding CharacterGender for the given Unique ID (see getUniqueID). |
static CharacterGender |
CharacterGender.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
CharacterGender |
NounType.getGender()
|
Constructors in story.scheherazade.misc with parameters of type CharacterGender | |
---|---|
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 CharacterGender in story.scheherazade.verbalizer |
---|
Methods in story.scheherazade.verbalizer that return CharacterGender | |
---|---|
CharacterGender |
NounPlanner.getGender()
Return the default gender, possibly null if it has not been set. |
Methods in story.scheherazade.verbalizer with parameters of type CharacterGender | |
---|---|
void |
NounPlanner.setGender(CharacterGender gender)
If this noun should always be expressed as a certain gender, indicate so here |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |