class

DAG::Vertex

Inherits Reference / Object

Constructors

new(name : String, edges : Hash(String, DAG::Vertex) = {} of Name => Vertex)
Source

Instance methods

add(edge_to vertex : Vertex) : Nil
Source
children
Source
edges
Source
name
Source

Nested types