Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MutableDirectedGraph ¶
type MutableDirectedGraph struct { *concrete.DirectedGraph // contains filtered or unexported fields }
func NewMutableDirectedGraph ¶
func NewMutableDirectedGraph(g *concrete.DirectedGraph) *MutableDirectedGraph
func (*MutableDirectedGraph) AddNode ¶
func (g *MutableDirectedGraph) AddNode(n *Node) error
func (*MutableDirectedGraph) NodeByName ¶
func (g *MutableDirectedGraph) NodeByName(name string) (graph.Node, bool)
Click to show internal directories.
Click to hide internal directories.