|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoryAssertion | |
---|---|
story.scheherazade.admin | |
story.scheherazade.elements | |
story.scheherazade.grammars | |
story.scheherazade.misc | |
story.scheherazade.parameters |
Uses of StoryAssertion in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin that return StoryAssertion | |
---|---|
StoryAssertion |
StoryInterpreter.getActionParameters(TimelineID timelineID,
ActionType actionType)
|
StoryAssertion |
StoryInterpreter.getConditionParameters(TimelineID timelineID,
ConditionType conditionType)
|
StoryAssertion |
StoryInterpreter.getModifierParameters(TimelineID timelineID,
ModifierType modifierType)
|
StoryAssertion |
StoryInterpreter.getNounParameters(TimelineID timelineID,
NounType nounType)
|
Methods in story.scheherazade.admin with parameters of type StoryAssertion | |
---|---|
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.declareCondition(TimelineID timelineID,
ConditionType conditionType,
StoryAssertion parameters)
|
void |
StoryInterpreter.declareCondition(TimelineID timelineID,
ConditionType conditionType,
StoryAssertion parameters,
ConditionType superCondition)
|
void |
StoryInterpreter.declareModifier(TimelineID timelineID,
ModifierType modifierType,
ModifiablePredicates modifiables,
StoryAssertion parameters)
|
void |
StoryInterpreter.declareModifier(TimelineID timelineID,
ModifierType modifierType,
ModifiablePredicates modifiables,
StoryAssertion parameters,
ModifierType superModifier)
|
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 StoryAssertion in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements that return StoryAssertion | |
---|---|
StoryAssertion |
Timeline.getActionParameters(NodeAddress timeline,
ActionType actionType)
Get the parameters of a declared Action |
StoryAssertion |
Narrative.getActionParameters(TimelineID timelineID,
ActionType actionType)
Get the parameters of an Action declared in a Timeline. |
StoryAssertion |
Timeline.getConditionParameters(NodeAddress timeline,
ConditionType conditionType)
Get the parameters of a declared Condition. |
StoryAssertion |
Narrative.getConditionParameters(TimelineID timelineID,
ConditionType conditionType)
Get the parameters of a Condition declared in a Timeline. |
StoryAssertion |
ValidPredicate.getFrameDefinition()
|
StoryAssertion |
ValidNoun.getFrameDefinition()
|
StoryAssertion |
ValidModifier.getFrameDefinition()
|
StoryAssertion |
ValidCondition.getFrameDefinition()
|
StoryAssertion |
ValidAction.getFrameDefinition()
|
StoryAssertion |
Timeline.getModifierParameters(NodeAddress timeline,
ModifierType modifierType)
Get the parameters of a declared Modifier. |
StoryAssertion |
Narrative.getModifierParameters(TimelineID timelineID,
ModifierType modifierType)
Get the parameters of a Modifier declared in a Timeline. |
StoryAssertion |
Timeline.getNounParameters(NodeAddress timeline,
NounType nounType)
Get the parameters of a declared NounType. |
StoryAssertion |
Narrative.getNounParameters(TimelineID timelineID,
NounType nounType)
Get the parameters of a declared NounType. |
Methods in story.scheherazade.elements with parameters of type StoryAssertion | |
---|---|
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.declareCondition(NodeAddress timeline,
ConditionType conditionType,
StoryAssertion expansionParams,
ConditionType superCondition)
Declare a new Condition in the Setting of this Timeline. |
void |
Narrative.declareCondition(TimelineID timelineID,
ConditionType conditionType,
StoryAssertion parameters,
ConditionType superCondition)
Declare that a certain Condition can exist in the world. |
void |
Timeline.declareModifier(NodeAddress timeline,
ModifierType modifierType,
ModifiablePredicates modifiables,
StoryAssertion expansionParams,
ModifierType superModifier)
Declare a new Modifier in the Setting of this Timeline. |
void |
Narrative.declareModifier(TimelineID timelineID,
ModifierType modifierType,
ModifiablePredicates modifiables,
StoryAssertion parameters,
ModifierType superModifier)
Declare that a certain Modifier can exist in the world. |
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)
|
Uses of StoryAssertion in story.scheherazade.grammars |
---|
Methods in story.scheherazade.grammars that return StoryAssertion | |
---|---|
StoryAssertion |
SCHGrammarParser.assertion()
|
Methods in story.scheherazade.grammars with parameters of type StoryAssertion | |
---|---|
StoryAssertionParameter |
SCHGrammarParser.parameter(SCHSymbolTable symbols,
StoryAssertion assertion)
|
Uses of StoryAssertion in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return StoryAssertion | |
---|---|
StoryAssertion |
NamedNoun.getFrameDefinition()
|
Uses of StoryAssertion in story.scheherazade.parameters |
---|
Fields in story.scheherazade.parameters declared as StoryAssertion | |
---|---|
static StoryAssertion |
StoryAssertion.EMPTY
|
Methods in story.scheherazade.parameters with parameters of type StoryAssertion | |
---|---|
void |
StoryAssertion.addParameters(StoryAssertion otherParameters)
Copy to the end of this StoryAssertion all the StoryAssertionParameters from another StoryAssertion |
Constructors in story.scheherazade.parameters with parameters of type StoryAssertion | |
---|---|
SCHKleeneParameter(SemanticRole role,
StoryAssertion innerAssertion,
int minRepetitions,
int maxRepetitions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |