|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphvizGraph
A graph that can be dumped to a Graphviz DOT file.
An object which can be visualized as a graph should implement this interface.
The DotFormatter.toDot
function can be used to get a
visualization of the object for debugging purpose.
Nested Class Summary | |
---|---|
static interface |
GraphvizGraph.GraphvizEdge
A Graphviz edge. |
static interface |
GraphvizGraph.GraphvizNode
A Graphviz node. |
Method Summary | |
---|---|
List<GraphvizGraph.GraphvizEdge> |
getGraphvizEdges()
Retrieve a list of edges in the graph. |
List<GraphvizGraph.GraphvizNode> |
getGraphvizNodes()
Retrieve a list of nodes in the graph. |
String |
getName()
Name of the graph. |
boolean |
isDirected()
Graph type. |
Method Detail |
---|
String getName()
boolean isDirected()
List<GraphvizGraph.GraphvizNode> getGraphvizNodes()
List<GraphvizGraph.GraphvizEdge> getGraphvizEdges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |