Uses of Class
story.scheherazade.parameters.SCHVariableType

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.
 

Constructors in story.scheherazade.misc with parameters of type SCHVariableType
SCHVariableTypeSet(SCHVariableType type0)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3, SCHVariableType type4)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3, SCHVariableType type4, SCHVariableType type5)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3, SCHVariableType type4, SCHVariableType type5, SCHVariableType type6)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3, SCHVariableType type4, SCHVariableType type5, SCHVariableType type6, SCHVariableType type7)
           
SCHVariableTypeSet(SCHVariableType type0, SCHVariableType type1, SCHVariableType type2, SCHVariableType type3, SCHVariableType type4, SCHVariableType type5, SCHVariableType type6, SCHVariableType type7, SCHVariableType type8)
           
 

Uses of SCHVariableType in story.scheherazade.parameters
 

Fields in story.scheherazade.parameters declared as SCHVariableType
static SCHVariableType SCHVariableType.Action
           
static SCHVariableType SCHVariableType.ActionType
           
static SCHVariableType SCHVariableType.Arguments
           
static SCHVariableType SCHVariableType.AssignedAction
           
static SCHVariableType SCHVariableType.AssignedCondition
           
static SCHVariableType SCHVariableType.AssignedGoal
           
static SCHVariableType SCHVariableType.Behavior
           
static SCHVariableType SCHVariableType.BehaviorType
           
static SCHVariableType SCHVariableType.Bool
           
static SCHVariableType SCHVariableType.Character
           
static SCHVariableType SCHVariableType.CharacterGender
           
static SCHVariableType SCHVariableType.CharacterType
           
static SCHVariableType SCHVariableType.Condition
           
static SCHVariableType SCHVariableType.ConditionType
           
static SCHVariableType SCHVariableType.InvokedState
           
static SCHVariableType SCHVariableType.Location
           
static SCHVariableType SCHVariableType.LocationType
           
static SCHVariableType SCHVariableType.Modifier
           
static SCHVariableType SCHVariableType.Name
           
static SCHVariableType SCHVariableType.Noun
           
static SCHVariableType SCHVariableType.NounType
           
static SCHVariableType SCHVariableType.Preposition
           
static SCHVariableType SCHVariableType.Prop
           
static SCHVariableType SCHVariableType.Proposition
           
static SCHVariableType SCHVariableType.PropType
           
static SCHVariableType SCHVariableType.Quality
           
static SCHVariableType SCHVariableType.QualityType
           
static SCHVariableType SCHVariableType.Timeline
           
 

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)
           
 



Copyright © 2011 David K. Elson. All Rights Reserved.