Overview
-
module Graphviz
-
class Edge
Represents a visual edge between two nodes.
-
class Graph
Contains a set of nodes, edges and subgraphs.
-
class Node
Represents a visual node in the graph, which can be connected to other nodes.
-