class GraphViz::Node
- GraphViz::Node
- Reference
- Object
Defined in:
graphviz/node.crConstructors
Instance Method Summary
- #<(node)
-
#<<(node)
Create an edge between the current node and the node +node+
- #>>(node)
- #[](attr_name : String | Symbol)
- #[]=(attr_name : String | Symbol, attr_value)
- #each_attribute(global = true, &)
- #id
- #incidents : Set(GraphViz::Node)
- #neighbors : Set(GraphViz::Node)
- #parent_graph : GraphViz
- #root_graph
- #set(&)
- #to_gv(io)