class Decompose::DirectedGraph

Defined in:

graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_edge(from : String, to : String) #

[View source]
def add_vertex(name : String) #

[View source]
def to_dot #

[View source]