Package story.dbcore.admin

Interface Summary
Executable An interface used to group together Command and CommandSequence into a single type, so that certain functions can be used polymorphically.
 

Class Summary
Command Command class represents a single command interpretable by the db-core through DBCoreInterface.
CommandReturn  
CommandSequence Encapsulates an ordered set (Vector) of Commands.
CommandType Manually implemented enum for types.
DBCAccessor Accessor functions for a DBCoreInterface.
DBCoreInterface Point of entry for db-core data and functionality.
Document Container and manager for a set of nodes (separated into different NodeRepositories) and the links between them (stored in a single LinkRepository).
HistoryFrame A History frame object encapsulates a particular state of the db-core by storing all the commands required to rebuild a Document from scratch.
HistoryFrameID An ID number for a HistoryFrame.
SCHHistoryFrame A History frame object encapsulates a particular state of the story graph by storing the corresponding Bookmark.
TypeType Manually implemented enum for types.
 



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