|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCHVariableType | |
---|---|
story.scheherazade.exceptions | |
story.scheherazade.misc | |
story.scheherazade.parameters | |
story.scheherazade.virgil |
Uses of SCHVariableType in story.scheherazade.exceptions |
---|
Constructors in story.scheherazade.exceptions with parameters of type SCHVariableType | |
---|---|
AlreadyDefined(SCHVariableType type,
GenericScheherID ID,
TimelineID timeline)
|
|
DuplicateSCHReference(VariableID ID,
SCHParameter parameter,
SCHVariableType newType,
SCHVariableType extantType)
|
Uses of SCHVariableType in story.scheherazade.misc |
---|
Methods in story.scheherazade.misc that return SCHVariableType | |
---|---|
SCHVariableType |
SCHVariableTypeSet.getFirstType()
Get the first type. |
Methods in story.scheherazade.misc with parameters of type SCHVariableType | |
---|---|
void |
SCHVariableTypeSet.add(SCHVariableType type)
Add a new type. |
boolean |
SCHVariableTypeSet.containsOnly(SCHVariableType type)
Check if the set contains only some type. |
boolean |
SCHVariableTypeSet.isMember(SCHVariableType type)
Check if a type is in the set. |
Uses of SCHVariableType in story.scheherazade.parameters |
---|
Methods in story.scheherazade.parameters that return SCHVariableType | |
---|---|
static SCHVariableType |
SCHVariableType.get(int number)
Return the corresponding SCHVariableType for the given Unique ID (see getUniqueID). |
static SCHVariableType |
SCHVariableType.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
SCHVariableType |
SCHReferenceReq.getType()
|
SCHVariableType |
SCHSymbolTable.getType(VariableID ID)
Returns the SCHVariableType of a variable. |
SCHVariableType |
ValidTimelineParameter.referenceType()
|
SCHVariableType |
ValidPropositionParameter.referenceType()
|
SCHVariableType |
ValidPrepositionParameter.referenceType()
|
SCHVariableType |
ValidNounParameter.referenceType()
|
SCHVariableType |
ValidConditionParameter.referenceType()
|
SCHVariableType |
ValidAssignedGoalParameter.referenceType()
|
SCHVariableType |
ValidAssignedConditionParameter.referenceType()
|
SCHVariableType |
ValidAssignedActionParameter.referenceType()
|
SCHVariableType |
ValidActionParameter.referenceType()
|
abstract SCHVariableType |
StoryAssertionParameter.referenceType()
|
SCHVariableType |
SCHKleeneParameter.referenceType()
|
abstract SCHVariableType |
NarrativeMatchingQueryParameter.referenceType()
Each concretizing class needs to tell us what kind of variable would need to go into the reference SymbolTable should such a storage be needed. |
SCHVariableType |
InvokedStateParameter.referenceType()
|
SCHVariableType |
DefinedNounParameter.referenceType()
|
SCHVariableType |
BooleanParameter.referenceType()
|
SCHVariableType |
AssignedConditionParameter.referenceType()
|
SCHVariableType |
AssignedActionParameter.referenceType()
|
Methods in story.scheherazade.parameters with parameters of type SCHVariableType | |
---|---|
void |
SCHSymbolTable.declare(VariableID ID,
SCHVariableType variableType)
Declare a variable |
Constructors in story.scheherazade.parameters with parameters of type SCHVariableType | |
---|---|
SCHReferenceReq(VariableID refID,
SCHVariableType refType)
|
Uses of SCHVariableType in story.scheherazade.virgil |
---|
Methods in story.scheherazade.virgil that return SCHVariableType | |
---|---|
SCHVariableType |
VirgilLauncher.getType()
|
SCHVariableType |
TypeSelector.getType()
|
SCHVariableType |
SCHSelector.getType()
|
SCHVariableType |
PropositionTypeSelector.getType()
|
SCHVariableType |
PrepositionSelector.getType()
|
SCHVariableType |
PredicateSelector.getType()
|
SCHVariableType |
NameSelector.getType()
|
SCHVariableType |
ManualSelector.getType()
|
SCHVariableType |
GroupSelector.getType()
|
SCHVariableType |
BrowsableSelector.getType()
|
SCHVariableType |
BooleanSelector.getType()
|
SCHVariableType |
AssertionSelector.getType()
|
Constructors in story.scheherazade.virgil with parameters of type SCHVariableType | |
---|---|
ManualSelector(SCHSelector parentSelector,
java.util.Vector<java.lang.String> options,
java.lang.String prompt,
SCHVariableType type,
boolean includeSelectBelow,
java.lang.String caption)
|
|
PropositionTypeSelector(SCHSelector parentSelector,
GenericScheherID selectedFrame,
ValidPropositionParameter param,
TimelineID timeline,
java.lang.String prompt,
SCHVariableType type)
|
|
TypeSelector(SCHSelector parentSelector,
GenericType type,
java.lang.String prompt,
SCHVariableType variableType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |