Uses of Interface
story.scheherazade.misc.ScheherIDWithType

Packages that use ScheherIDWithType
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of ScheherIDWithType in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis that return ScheherIDWithType
 ScheherIDWithType Contributor.getContributingType()
           
 

Methods in story.scheherazade.analysis with parameters of type ScheherIDWithType
 void SCHIntersection.setParaphraseMapping(ScheherIDWithType key, ScheherIDWithType replacement)
          Used when predicates are normalized, causing the type to no longer be a supertype of the contributor, making hop calculation impossible.
 

Uses of ScheherIDWithType in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type ScheherIDWithType
 int Timeline.findHopsBetweenTypes(ScheherIDWithType from, ScheherIDWithType to)
           
 

Uses of ScheherIDWithType in story.scheherazade.misc
 

Classes in story.scheherazade.misc that implement ScheherIDWithType
 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 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 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 ScheherIDWithType
static ScheherIDWithType STools.getType(java.lang.Object object)
           
 

Methods in story.scheherazade.misc with parameters of type ScheherIDWithType
 int LanguageModel.getOccurrenceCount(ScheherIDWithType type)
           
static PredicateFlavor STools.getPredicateFlavor(ScheherIDWithType type)
           
static boolean STools.isPredicateFlavor(ScheherIDWithType type)
           
 void LanguageModel.markOccurrence(ScheherIDWithType type)
           
 



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