| Constructor and Description |
|---|
DotWriter() |
DotWriter(Indexer<String> indexer) |
DotWriter(Map<Integer,String> vertexLabels) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(DirectedGraph<? extends DirectedEdge> g,
File f) |
void |
write(DirectedGraph<? extends DirectedEdge> g,
File f,
Collection<Set<Integer>> groups) |
void |
write(Graph<? extends Edge> g,
File f) |
<T> void |
write(Multigraph<T,? extends TypedEdge<T>> g,
File f) |
public void write(Graph<? extends Edge> g, File f) throws IOException
IOExceptionpublic void write(DirectedGraph<? extends DirectedEdge> g, File f) throws IOException
IOExceptionpublic void write(DirectedGraph<? extends DirectedEdge> g, File f, Collection<Set<Integer>> groups) throws IOException
IOExceptionpublic <T> void write(Multigraph<T,? extends TypedEdge<T>> g, File f) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.