Uses of Class
story.scheherazade.misc.PredicateFlavor

Packages that use PredicateFlavor
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of PredicateFlavor in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return PredicateFlavor
 PredicateFlavor ValidPredicate.getPredicateFlavor()
           
 PredicateFlavor ValidNoun.getPredicateFlavor()
           
 PredicateFlavor ValidModifier.getPredicateFlavor()
           
 PredicateFlavor ValidCondition.getPredicateFlavor()
           
 PredicateFlavor ValidAction.getPredicateFlavor()
           
 PredicateFlavor Predicate.getPredicateFlavor()
           
 PredicateFlavor Noun.getPredicateFlavor()
           
 PredicateFlavor Modifier.getPredicateFlavor()
           
 PredicateFlavor Condition.getPredicateFlavor()
           
abstract  PredicateFlavor AssignedPredicate.getPredicateFlavor()
           
 PredicateFlavor AssignedModifier.getPredicateFlavor()
           
 PredicateFlavor AssignedCondition.getPredicateFlavor()
           
 PredicateFlavor AssignedAction.getPredicateFlavor()
           
 PredicateFlavor Action.getPredicateFlavor()
           
 

Methods in story.scheherazade.elements with parameters of type PredicateFlavor
 java.lang.Object Timeline.generateRandomPredicate(StoryTelling telling, NodeAddress timeline, PredicateFlavor flavor, story.scheherazade.elements.Timeline.GenerationState genstate, int indent, PredicateMode predicateMode)
          Generate a completely random predicate.
 

Uses of PredicateFlavor in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as PredicateFlavor
static PredicateFlavor PredicateFlavor.Action
           
static PredicateFlavor PredicateFlavor.Behavior
           
static PredicateFlavor PredicateFlavor.Character
           
static PredicateFlavor PredicateFlavor.Condition
           
static PredicateFlavor PredicateFlavor.Location
           
static PredicateFlavor PredicateFlavor.Modifier
           
static PredicateFlavor PredicateFlavor.Prop
           
static PredicateFlavor PredicateFlavor.Quality
           
 

Methods in story.scheherazade.misc that return PredicateFlavor
static PredicateFlavor PredicateFlavor.get(int number)
          Return the corresponding PredicateFlavor for the given Unique ID (see getUniqueID).
static PredicateFlavor PredicateFlavor.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 PredicateFlavor NamedNoun.getPredicateFlavor()
           
static PredicateFlavor STools.getPredicateFlavor(ScheherIDWithType type)
           
 PredicateFlavor SCHHashtable.getPredicateFlavor(java.lang.String key)
          Get a PredicateFlavor
 

Methods in story.scheherazade.misc with parameters of type PredicateFlavor
 boolean ModifiablePredicates.contains(PredicateFlavor flavor)
           
 void SCHHashtable.setPredicateFlavor(java.lang.String key, PredicateFlavor value)
          Set PredicateFlavor.
 

Constructors in story.scheherazade.misc with parameters of type PredicateFlavor
ModifiablePredicates(PredicateFlavor modifiable)
          Constructor with one modifiable predicate.
ModifiablePredicates(PredicateFlavor modifiable, PredicateFlavor modifiable2)
          Constructor with two modifiable predicates.
ModifiablePredicates(PredicateFlavor modifiable, PredicateFlavor modifiable2, PredicateFlavor modifiable3)
          Constructor with three modifiable predicates.
ModifiablePredicates(PredicateFlavor modifiable, PredicateFlavor modifiable2, PredicateFlavor modifiable3, PredicateFlavor modifiable4)
          Constructor with four modifiable predicates.
 



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