Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildGraph ¶
BuildGraph creates a gographviz representation of the Graph.
Types ¶
type Options ¶
type Options struct { // ColoredTimeSteps indicates whether to use different colors for // representing nodes with different time-step values. ColoredTimeSteps bool // ShowNodesWithoutEdges indicates whether to show graph nodes // which have no connections. ShowNodesWithoutEdges bool }
Options allows customization of generated graphviz graphs.
Click to show internal directories.
Click to hide internal directories.