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


public interface GraphPersistance


Method Summary
 void close()
           
 void initialize()
           
 void load()
           
 void save()
           
 

Method Detail

initialize

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

save

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

load

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

close

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