public interface GraphWriter
Modifier and Type | Method and Description |
---|---|
void |
save(String file,
Graph<? extends Vertex,? extends Edge<Vertex>> network)
Write the XML document into file.
|
String |
toString(Graph<? extends Vertex,? extends Edge<?>> network)
Print the content of the graph.
|
Copyright © 2015 University of Glasgow. All rights reserved.