story.scheherazade.admin
Class Bookmark

java.lang.Object
  extended by story.scheherazade.admin.Bookmark

public class Bookmark
extends java.lang.Object

A bookmark is a point in the history of a Narrative that can be reconstructed using Narrative's flipToBookmark().


Constructor Summary
Bookmark(HistoryFrameID coreState, NarrativeSymbolTable symbolTable)
           
 
Method Summary
 HistoryFrameID getCoreState()
           
 NarrativeSymbolTable getSymbolTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bookmark

public Bookmark(HistoryFrameID coreState,
                NarrativeSymbolTable symbolTable)
Method Detail

getCoreState

public HistoryFrameID getCoreState()

getSymbolTable

public NarrativeSymbolTable getSymbolTable()


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