Uses of Class
story.scheherazade.misc.GenericScheherID

Packages that use GenericScheherID
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.exceptions   
story.scheherazade.misc   
story.scheherazade.parameters   
story.scheherazade.verbalizer   
story.scheherazade.virgil   
 

Uses of GenericScheherID in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis that return GenericScheherID
 GenericScheherID SCHIntersection.getFrameType()
           
 

Uses of GenericScheherID in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return GenericScheherID
 GenericScheherID ValidPredicate.getFrameType()
           
 GenericScheherID ValidNoun.getFrameType()
           
 GenericScheherID ValidModifier.getFrameType()
           
 GenericScheherID ValidCondition.getFrameType()
           
 GenericScheherID ValidAction.getFrameType()
           
 GenericScheherID AssignedModifier.getFrameType()
           
 GenericScheherID AssignedCondition.getFrameType()
           
 GenericScheherID AssignedAction.getFrameType()
           
 

Methods in story.scheherazade.elements with parameters of type GenericScheherID
 java.lang.String NarrativeSymbolTable.makeSymbolTableKey(NodeAddress timeline, GenericScheherID ID)
           
 

Uses of GenericScheherID in story.scheherazade.exceptions
 

Constructors in story.scheherazade.exceptions with parameters of type GenericScheherID
AlreadyDefined(SCHVariableType type, GenericScheherID ID, TimelineID timeline)
           
 

Uses of GenericScheherID in story.scheherazade.misc
 

Subclasses of GenericScheherID in story.scheherazade.misc
 class ActionType
          Extension of GenericScheherID that semantically represents a type of Actions (i.e., a declared abstract Action).
 class BehaviorType
          Extension of GenericScheherID that semantically represents a behavior type.
 class CharacterType
          Extension of GenericScheherID that semantically represents a character type.
 class ConditionType
          Extension of GenericScheherID that semantically represents the ID of a Condition.
 class ContributorID
          Extension of GenericScheherID that semantically represents the ID of an intersection contributor.
 class GenericNounType
           
 class LocationType
          Extension of GenericScheherID that semantically represents a location type.
 class ModifierType
          Extension of GenericScheherID that semantically represents the ID of a Modifier.
 class NarrativeID
          Extension of GenericScheherID that semantically represents the ID of a Narrative.
 class NounName
          Extension of GenericScheherID that semantically represents the name of a Noun.
 class NounType
          An class for GenericScheherIDs for the noun type classes in particular (locationType, propType, characterType).
 class PropType
          Extension of GenericScheherID that semantically represents a prop type.
 class QualityType
          Extension of GenericScheherID that semantically represents a quality type.
 class TimelineID
          Extension of GenericScheherID that semantically represents the ID of a Timeline.
 

Methods in story.scheherazade.misc that return GenericScheherID
 GenericScheherID NamedNoun.getFrameType()
           
 GenericScheherID TimelineID.getType()
           
 GenericScheherID ScheherIDWithType.getType()
          Get the GenericScheherID's type (or supertype, if it's already a type).
 GenericScheherID NounType.getType()
           
 GenericScheherID NounName.getType()
           
 GenericScheherID ModifierType.getType()
           
 GenericScheherID ConditionType.getType()
           
 GenericScheherID ActionType.getType()
           
static GenericScheherID STools.getValidPredicateType(ValidPredicate predicate)
          Java is a bit strange for not letting me put "public GenericScheherID getType()" in the ValidPredicate interface, because each ValidPredicate returns a different type for getType() -- ValidProp returns PropType, for example.
 

Methods in story.scheherazade.misc with parameters of type GenericScheherID
 boolean GenericScheherID.equals(GenericScheherID other)
          Test the equality of this GenericScheherID with another one.
static AssignedConditionSet STools.getProperties(StoryInterpreter story, TimelineID timeline, GenericScheherID ID)
          Get the Properties of a certain GenericScheherID in the story.
 

Uses of GenericScheherID in story.scheherazade.parameters
 

Methods in story.scheherazade.parameters with parameters of type GenericScheherID
 boolean SCHArguments.containsID(GenericScheherID target)
          Determines if the arguments inlcude a particular GenericScheherID.
 

Uses of GenericScheherID in story.scheherazade.verbalizer
 

Methods in story.scheherazade.verbalizer with parameters of type GenericScheherID
 SymbolPlanner PlannerRepository.getPlanner(GenericScheherID ID)
           
 boolean PlannerRepository.hasPlanner(GenericScheherID ID)
           
 

Uses of GenericScheherID in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil with parameters of type GenericScheherID
 void PredicateSelector.buildForm(GenericScheherID selectedFrame)
          Prepare the data structures for the argument selector form.
 void Definer.initializeAddPropertySelector(GenericScheherID ID)
          Initialize the predicate selector to add a property to a defined element
 void Definer.initializeEditDefinitionSelector(GenericScheherID ID)
          Initialize the predicate selector to edit extant definitions.
 void ElementBrowser.selectNode(GenericScheherID nodeToSelect, boolean collapseOthers)
           
 

Constructors in story.scheherazade.virgil with parameters of type GenericScheherID
PropositionTypeSelector(SCHSelector parentSelector, GenericScheherID selectedFrame, ValidPropositionParameter param, TimelineID timeline, java.lang.String prompt, SCHVariableType type)
           
 



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