public abstract class GraphRenderer extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
renderGraphAsDot(org.jgrapht.graph.DefaultDirectedGraph<Value<?>,org.jgrapht.graph.DefaultEdge> graph) |
static String |
renderGraphAsDot(org.jgrapht.graph.DefaultDirectedGraph<Value<?>,org.jgrapht.graph.DefaultEdge> graph,
Function<Value<?>,String> labelOfValue) |
Copyright © 2023. All rights reserved.