|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableID | |
---|---|
story.scheherazade.exceptions | |
story.scheherazade.parameters |
Uses of VariableID in story.scheherazade.exceptions |
---|
Methods in story.scheherazade.exceptions that return VariableID | |
---|---|
VariableID |
DuplicateSCHReference.getReferenceID()
|
Constructors in story.scheherazade.exceptions with parameters of type VariableID | |
---|---|
DuplicateSCHReference(VariableID ID,
SCHParameter parameter,
SCHVariableType newType,
SCHVariableType extantType)
|
Uses of VariableID in story.scheherazade.parameters |
---|
Methods in story.scheherazade.parameters that return VariableID | |
---|---|
VariableID |
SCHReferenceReq.getID()
|
VariableID |
NarrativeMatchingQueryParameter.getReference()
Returns the name of the reference by which the match to this parameter should be stored during queries. |
Methods in story.scheherazade.parameters with parameters of type VariableID | |
---|---|
void |
SCHSymbolTable.declare(VariableID ID,
SCHVariableType variableType)
Declare a variable |
java.lang.Object |
SCHSymbolTable.define(VariableID ID,
java.lang.Object value)
Define a variable. |
java.lang.Object |
SCHSymbolTable.get(VariableID ID)
Retrieve a variable |
SCHVariableType |
SCHSymbolTable.getType(VariableID ID)
Returns the SCHVariableType of a variable. |
boolean |
SCHSymbolTable.isDeclared(VariableID ID)
Returns whether a variable has been declared. |
boolean |
SCHSymbolTable.isDefined(VariableID ID)
Returns whether a variable has been defined. |
Constructors in story.scheherazade.parameters with parameters of type VariableID | |
---|---|
ActionHasNounRole(VariableID action,
VariableID noun,
SemanticRole role)
Constructor. |
|
ActionOccursParameter(VariableID action,
StateTime targetState)
Constructor for ensuring that an action occurs during a particular state. |
|
ActionOccursParameter(VariableID action,
TransitionTime targetTransition,
ActionTemporality temporality)
Constructor for ensuring that an action occurs during a particular transition. |
|
AssignedActionParameter(TimelineID timeline,
ActionType actionType,
VariableID reference)
Constructor to match a particular action and leave an outreference |
|
AssignedActionParameter(TimelineID timeline,
VariableID reference)
Constructor to match any and all actions and leave an outreference |
|
AssignedConditionParameter(TimelineID timeline,
ConditionType conditionType,
VariableID reference)
Constructor to match a particular condition and leave an outreference |
|
AssignedConditionParameter(TimelineID timeline,
VariableID reference)
Constructor to match any and all conditions and leave an outreference |
|
ConditionHasNounRole(VariableID condition,
VariableID noun,
SemanticRole role)
Constructor. |
|
ConditionInEffectParameter(VariableID condition,
StateTime targetTime,
int scope,
boolean inferProperties)
Constructor for ensuring that a condition is in effect at a state. |
|
ConditionInEffectParameter(VariableID condition,
TransitionTime targetTransition)
Constructor for ensuring that a condition is in progress during a transition. |
|
DefinedNounParameter(TimelineID timeline,
NounFlavor flavor,
VariableID reference)
Constructor to match any noun and leave a reference |
|
DefinedNounParameter(TimelineID timeline,
NounName name,
VariableID reference)
Constructor to match a particular noun and leave a reference |
|
InvokedStateParameter(TimelineID timeline,
VariableID reference)
Constructor to match a state and leave an outreference |
|
SCHReferenceReq(VariableID refID,
SCHVariableType refType)
|
|
StatesConsecutiveParameter(VariableID earlierState,
VariableID laterState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |