class GraphViz::Edge
- GraphViz::Edge
- Reference
- Object
Defined in:
graphviz/edge.crConstructors
Instance Method Summary
- #<<(node)
- #>>(node)
- #[](attr_name)
- #[]=(attr_name, attr_value)
- #each_attribute(global = true, &)
- #parent_graph : GraphViz
- #root_graph
- #set(&)
- #to_gv(io, o_graph_type)
Constructor Detail
def self.new(node_one : GraphViz::Node | Tuple(GraphViz::Node, String), node_two : GraphViz::Node | Tuple(GraphViz::Node, String), parent_graph : GraphViz)
#