Dotex v0.1.0 Dotex.Graph
The base struct for storing the attributes, nodes and connections of a Graphviz graph
Summary
Functions
Create a connection between a node and one or more nodes
Add a node to a graph
Create a new Graphviz graph
Functions
Create a connection between a node and one or more nodes
Attributes
graph
- the graph to operate onsrcnode
- a Dotex.Node that is the source of the connectiondstnode
- a single Dotex.Node or list of Dotex.Node to add a connection toparams
- optional paramater for the connection (eg. [color: “blue”]