|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCHArguments | |
---|---|
story.scheherazade.admin | |
story.scheherazade.elements | |
story.scheherazade.grammars | |
story.scheherazade.misc | |
story.scheherazade.parameters | |
story.scheherazade.verbalizer |
Uses of SCHArguments in story.scheherazade.admin |
---|
Constructors in story.scheherazade.admin with parameters of type SCHArguments | |
---|---|
StoryPoint(StoryPointType pointType,
SCHArguments args)
Constructor with vector of arguments |
Uses of SCHArguments in story.scheherazade.elements |
---|
Methods in story.scheherazade.elements that return SCHArguments | |
---|---|
SCHArguments |
ValidPredicate.getArgsOfRole(SemanticRole role)
|
SCHArguments |
ValidNoun.getArgsOfRole(SemanticRole role)
Get only those SCHArguments which satisfy a particular SemanticRole. |
SCHArguments |
ValidModifier.getArgsOfRole(SemanticRole role)
Get only those SCHArguments which satisfy a particular SemanticRole. |
SCHArguments |
ValidCondition.getArgsOfRole(SemanticRole role)
Get only those SCHArguments which satisfy a particular SemanticRole. |
SCHArguments |
ValidAction.getArgsOfRole(SemanticRole role)
Get only those SCHArguments which satisfy a particular SemanticRole. |
SCHArguments |
ValidPredicate.getSCHArguments()
|
SCHArguments |
ValidNoun.getSCHArguments()
Get the arguments used to instantiate this Noun |
SCHArguments |
ValidModifier.getSCHArguments()
Get the arguments used to instantiate this Modifier |
SCHArguments |
ValidCondition.getSCHArguments()
Get the arguments used to instantiate this Condition |
SCHArguments |
ValidAction.getSCHArguments()
Get the arguments used to instantiate this Action |
SCHArguments |
Noun.getSCHArguments()
Get the arguments used to instantiate this Noun |
SCHArguments |
Modifier.getSCHArguments()
Get the arguments used to instantiate this Modifier |
SCHArguments |
Condition.getSCHArguments()
Get the arguments used to instantiate this Condition |
SCHArguments |
Action.getSCHArguments()
Get the arguments used to instantiate this Action |
SCHArguments |
ValidPredicate.getSCHArguments(boolean includeOverheadArguments)
|
SCHArguments |
ValidNoun.getSCHArguments(boolean includeOverheadArguments)
Get the arguments used to instantiate this Noun |
SCHArguments |
ValidModifier.getSCHArguments(boolean includeOverheadArguments)
Get the arguments used to instantiate this Modifier |
SCHArguments |
ValidCondition.getSCHArguments(boolean includeOverheadArguments)
Get the arguments used to instantiate this Condition |
SCHArguments |
ValidAction.getSCHArguments(boolean includeOverheadArguments)
Get the arguments used to instantiate this Action |
SCHArguments |
Timeline.internSCHArguments(SCHArguments in)
Before SCH-level objects can be stuck in the undo/redo memento, we need to remove all "live" references such as NodeProxies for nodes in the current instantiation of the graph. |
SCHArguments |
Timeline.uninternSCHArguments(SCHArguments in)
|
Methods in story.scheherazade.elements with parameters of type SCHArguments | |
---|---|
SCHArguments |
Timeline.internSCHArguments(SCHArguments in)
Before SCH-level objects can be stuck in the undo/redo memento, we need to remove all "live" references such as NodeProxies for nodes in the current instantiation of the graph. |
ValidAction |
Timeline.makeValidAction(NodeAddress timeline,
ActionType actionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
Define an instance of a previously declared Action. |
ValidAction |
Narrative.makeValidAction(TimelineID timelineID,
ActionType actionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
Create an instance of a previously declared Action. |
ValidCondition |
Timeline.makeValidCondition(NodeAddress timeline,
ConditionType condition,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
Define an instance of a previously declared Condition. |
ValidCondition |
Narrative.makeValidCondition(TimelineID timelineID,
ConditionType conditionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
Create an instance of a previously declared Condition. |
ValidModifier |
Timeline.makeValidModifier(NodeAddress timeline,
ModifierType modifier,
SCHArguments arguments)
Define an instance of a previously declared Modifier. |
ValidModifier |
Narrative.makeValidModifier(TimelineID timelineID,
ModifierType modifierType,
SCHArguments arguments)
Create an instance of a previously declared Modifier. |
ValidNoun |
Timeline.makeValidNoun(NodeAddress timeline,
NounType noun,
SCHArguments arguments)
Define an instance of a previously declared Noun. |
ValidNoun |
Narrative.makeValidNoun(TimelineID timelineID,
NounType nounType,
SCHArguments arguments)
Create an instance of a previously declared Noun. |
static java.lang.StringBuffer |
Action.render(ActionType actionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
A static function that renders a ActionType and arguments as they would be rendered if they were part of an Action. |
static java.lang.StringBuffer |
Condition.render(ConditionType conditionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
A static function that renders a ConditionType and arguments as they would be rendered if they were part of a Condition. |
static java.lang.StringBuffer |
Modifier.render(ModifierType modifierType,
SCHArguments arguments)
A static function that renders a ModifierType and arguments as they would be rendered if they were part of a Modifier. |
static java.lang.StringBuffer |
Noun.render(NounType nounType,
SCHArguments arguments)
A static function that renders a NounType and arguments as they would be rendered if they were part of an Noun. |
void |
Timeline.reReferenceSCHArguments(SCHArguments in)
Interpret SCHArguments by applying SCH-level semantics to NodeAddresses that were dereferenced by validateSCHArguments above. |
SCHArguments |
Timeline.uninternSCHArguments(SCHArguments in)
|
Constructors in story.scheherazade.elements with parameters of type SCHArguments | |
---|---|
Action(ActionType actionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
|
|
Condition(ConditionType conditionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
|
|
Modifier(ModifierType modifierType,
SCHArguments arguments)
|
|
Noun(NounType nounType,
SCHArguments arguments)
|
|
ValidAction(Timeline timelineHandler,
NodeAddress timeline,
ActionType actionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
|
|
ValidCondition(Timeline timelineHandler,
NodeAddress timeline,
ConditionType conditionType,
SCHArguments arguments,
int truthDegree,
PredicateMode mode)
|
|
ValidModifier(Timeline timelineHandler,
NodeAddress timeline,
ModifierType modifierType,
SCHArguments arguments)
|
|
ValidNoun(Timeline timelineHandler,
NodeAddress timeline,
NounType arguedNounType,
SCHArguments arguments)
|
Uses of SCHArguments in story.scheherazade.grammars |
---|
Methods in story.scheherazade.grammars that return SCHArguments | |
---|---|
SCHArguments |
SCHGrammarParser.arguments(SCHSymbolTable symbols)
|
Methods in story.scheherazade.grammars with parameters of type SCHArguments | |
---|---|
static Action |
SCHGrammarTools.action(ReturnValue actionType,
ReturnValue truthDegree,
ReturnValue modeReturn,
SCHArguments args)
Parse in an Action. |
static StoryAssertionParameter |
SCHGrammarTools.assertionParameter(ReturnValue paramType,
ReturnValue roleRV,
SCHArguments args)
Handles a complete StoryAssertion parameter, with type and arguments (e.g., node[role](arg)) |
static Condition |
SCHGrammarTools.condition(ReturnValue conditionType,
ReturnValue truthDegree,
ReturnValue modeReturn,
SCHArguments args)
Parse in a Condition. |
static StoryPoint |
SCHGrammarTools.makePoint(ReturnValue pointType,
SCHArguments args)
Roll up a StoryPoint out of a parsed out ID (presumably a StoryPointType) and a series of arguments |
static Modifier |
SCHGrammarTools.modifier(ReturnValue modifierType,
SCHArguments args)
Parse in a Modifier. |
static java.lang.Object |
SCHGrammarTools.noun(ReturnValue nounType,
SCHArguments args,
ReturnValue nounName,
NounFlavor flavor)
Parse in a Noun. |
Uses of SCHArguments in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return SCHArguments | |
---|---|
SCHArguments |
NamedNoun.getArgsOfRole(SemanticRole role)
|
SCHArguments |
SCHHashtable.getArguments(java.lang.String key)
Get SCHArguments. |
SCHArguments |
NamedNoun.getSCHArguments()
|
SCHArguments |
NamedNoun.getSCHArguments(boolean includeOverheadArguments)
|
Methods in story.scheherazade.misc with parameters of type SCHArguments | |
---|---|
static java.util.TreeSet |
STools.getGroupMembers(SCHArguments args,
NounFlavor flavor)
Get the members of a group. |
void |
SCHHashtable.setArguments(java.lang.String key,
SCHArguments value)
Set SCHArguments. |
Uses of SCHArguments in story.scheherazade.parameters |
---|
Fields in story.scheherazade.parameters declared as SCHArguments | |
---|---|
static SCHArguments |
SCHArguments.EMPTY
|
Methods in story.scheherazade.parameters that return SCHArguments | |
---|---|
SCHArguments |
SCHArguments.makeClone()
|
Methods in story.scheherazade.parameters with parameters of type SCHArguments | |
---|---|
void |
SCHArguments.append(SCHArguments other)
|
Uses of SCHArguments in story.scheherazade.verbalizer |
---|
Constructors in story.scheherazade.verbalizer with parameters of type SCHArguments | |
---|---|
SetVerbalizerState(java.lang.String key,
SCHArguments value)
Constructor for SCHArguments values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |