Class Graphviz

java.lang.Object
io.deephaven.qst.table.Graphviz

public final class Graphviz extends Object
  • Constructor Details

    • Graphviz

      public Graphviz()
  • Method Details

    • toDot

      public static String toDot(TableSpec tableSpec)
      Creates a graphviz DOT language string for tableSpec.

      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

      public static String toDot(Iterable<TableSpec> tableSpecs)
      Creates a graphviz DOT language string for tableSpecs.

      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: