public class BiolayoutEncoder extends Object
Constructor and Description |
---|
BiolayoutEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
encode(Graph graph,
Collection<Edge<?>> edges,
String filename)
Encode the graph to struct output
|
public void encode(Graph graph, Collection<Edge<?>> edges, String filename) throws IOException
graph
- the graph to encodeedges
- the list of edges that must be part of the outputfilename
- the path to the output fileIOException
Copyright © 2005–2020. All rights reserved.