nz.ac.waikato.mcennis.rat.graph.persistence
Interface GraphPersistance

All Known Implementing Classes:
DerbyPersistance

public interface GraphPersistance


Method Summary
 void loadGraph(Graph g)
           
 void start()
           
 void stop()
           
 void storeGraph(Graph g)
           
 

Method Detail

storeGraph

void storeGraph(Graph g)
                throws java.sql.SQLException
Throws:
java.sql.SQLException

loadGraph

void loadGraph(Graph g)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

start

void start()
           throws java.sql.SQLException
Throws:
java.sql.SQLException

stop

void stop()
          throws java.sql.SQLException
Throws:
java.sql.SQLException