Uses of Interface
story.scheherazade.elements.Predicate

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

Uses of Predicate in story.scheherazade.elements
 

Classes in story.scheherazade.elements that implement Predicate
 class Action
          An Action is a physical or psychological change that makes one state differ from another.
 class Condition
          A Condition is a property that can be associated with a character at a state in time.
 class Modifier
          A Modifier modifies Actions and Conditions.
 class Noun
           
 class ValidAction
          An Action that has been shown to be valid within the context of an actual Narrative.
 class ValidCondition
          A Condition that has been shown to be valid within the context of an actual Narrative.
 class ValidModifier
          A Modifier that has been shown to be valid within the context of an actual Narrative.
 class ValidNoun
          A Noun that has been shown to be valid within the context of an actual Narrative.
 

Methods in story.scheherazade.elements that return Predicate
 Predicate ValidPredicate.intern()
           
 

Uses of Predicate in story.scheherazade.misc
 

Classes in story.scheherazade.misc that implement Predicate
 class NamedNoun
          Class to join a ValidNoun with its corresponding name, which may be set as null, for anonymous nouns.
 



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