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