Class Summary |
Bookmark |
A bookmark is a point in the history of a Narrative
that can be reconstructed using Narrative's flipToBookmark(). |
RequiredStoryPointArgs |
This object represents a vector of classes for the arguments that
StoryListener expects to go into some StoryPoint. |
StoryInterpreter |
Provides easy accessibility for issuing commands to StoryListener
or StoryTelling. |
StoryListener |
A listener for stories that interprets order-sensitive commands --
the sjuzhet of a story -- and maintains a Narrative object to
represent the story graph as it is built. |
StoryPoint |
Represents a "command" to StoryListener, an assertion for
agumenting a Narrative or a question about the Narrative to be
answered. |
StoryPointHeard |
Instances of this object are returned by StoryListner when a
StoryPoint has been successfully "heard" and completed. |
StoryPointType |
Manually implemented enum for types. |
StoryTelling |
Encapsulates an ordered set (Vector) of StoryPoints. |