nz.ac.waikato.mcennis.rat.graph.database
Interface GraphPersistance
public interface GraphPersistance
TODO: Not implemented yet - eventually could provide a way for loading and saving
MemGraph objects to a database.
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