|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphFile
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 |
---|
Graph load(String filename)
filename
- the location and name of the file
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 |