class BitteCI::Graph::Node
- BitteCI::Graph::Node
- Reference
- Object
Defined in:
bitte_ci/graph.crConstructors
Instance Method Summary
- #!=(other : Node)
- #==(other : Node)
- #add_edge(to_node : Node, weight : Float64)
- #edges : Hash(BitteCI::Graph::Node, Float64)
- #name : String
- #remove_edge(to_node)