cs4099
Class Store

java.lang.Object
  extended bycs4099.Store

public class Store
extends java.lang.Object

Author:
David Newton This class stored a Linked List of states with references to their parents.

Constructor Summary
Store()
          Creates a new Store
 
Method Summary
 void addState(State state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()
Creates a new Store

Method Detail

addState

public void addState(State state)