Uses of Class
story.scheherazade.elements.Noun

Packages that use Noun
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of Noun in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type Noun
 NounName StoryInterpreter.defineNoun(TimelineID timelineID, Noun noun)
           
 NounName StoryInterpreter.defineNoun(TimelineID timelineID, Noun noun, NounName nounName)
           
 

Uses of Noun in story.scheherazade.elements
 

Subclasses of Noun in story.scheherazade.elements
 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 Noun
 Noun Noun.makeClone()
           
 

Methods in story.scheherazade.elements with parameters of type Noun
 ValidNoun Timeline.makeValidNoun(NodeAddress timeline, Noun noun)
          Define an instance of a previously declared Noun.
 

Uses of Noun in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return Noun
 Noun NounWithName.getNoun()
          Get the noun.
 

Constructors in story.scheherazade.misc with parameters of type Noun
NounWithName(Noun noun, NounName name)
           
 



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