|
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. |