public class EdgeList extends Object
Modifier | Constructor and Description |
---|---|
private |
EdgeList()
hidden constructor for static class.
|
Modifier and Type | Method and Description |
---|---|
static void |
save(String file,
Graph<? extends Vertex,? extends Edge<Vertex>> network)
Save the graph as in edge list format in the given file.
|
static String |
toString(Graph<? extends Vertex,? extends Edge<?>> network)
Print the content of the graph.
|
Copyright © 2015 University of Glasgow. All rights reserved.