public class DOTUtils extends Object
Constructor and Description |
---|
DOTUtils() |
Modifier and Type | Method and Description |
---|---|
static <V,E> String |
convertGraphToDotString(Graph<V,E> graph)
Convert a graph into a String in DOT format.
|
public static <V,E> String convertGraphToDotString(Graph<V,E> graph)
V
- the graph vertex typeE
- the graph edge typegraph
- the input graphString
representation in DOT format of the given graph.Copyright © 2016. All rights reserved.