Package io.deephaven.qst.table
Class Graphviz
java.lang.Object
io.deephaven.qst.table.Graphviz
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Graphviz
public Graphviz()
-
-
Method Details
-
toDot
Creates a graphviz DOT language string fortableSpec.Callers can use this for visualization and debugging purposes, but should not depend on the strings being equal from release to release.
- Parameters:
tableSpec- the table spec- Returns:
- the DOT string
- See Also:
-
toDot
Creates a graphviz DOT language string fortableSpecs.Callers can use this for visualization and debugging purposes, but should not depend on the strings being equal from release to release.
- Parameters:
tableSpecs- the table specs- Returns:
- the DOT string
- See Also:
-