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
IOException
public void write(DirectedGraph<? extends DirectedEdge> g, File f) throws IOException
IOException
public void write(DirectedGraph<? extends DirectedEdge> g, File f, Collection<Set<Integer>> groups) throws IOException
IOException
public <T> void write(Multigraph<T,? extends TypedEdge<T>> g, File f) throws IOException
IOException
Copyright © 2012. All Rights Reserved.