class CrystalGraph::DiGraph(T)
- CrystalGraph::DiGraph(T)
- Reference
- Object
Defined in:
crystalgraph/digraph.crConstructors
Instance Method Summary
- #add_edge(source : T, target : T, attr : Attributes | Nil = nil)
- #add_node(n : T, attr : Attributes | Nil = nil)
- #empty_attribute