public class DOTUtils extends Object
| Constructor and Description |
|---|
DOTUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> String |
convertGraphToDotString(Graph<V,E> graph)
Deprecated.
in favor of implementing the current functionality directly by the user
|
@Deprecated 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 graphCopyright © 2017. All rights reserved.