|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
General interface for loading and saving a graph from/to disk
Method Summary | |
Graph |
load(String filename)
Loads a graph from a file per the appropriate format |
void |
save(Graph graph,
String filename)
Save a graph to disk per the appropriate format |
Method Detail |
public Graph load(String filename)
filename
- the location and name of the file
public void save(Graph graph, String filename)
graph
- the location and name of the filefilename
- the graph
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |