class DependencyGraph::Graph

Defined in:

placeos-build/digest/dependency_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nodes : Hash(String, DependencyGraph::Graph::Node) = {} of String => Node) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def add(value : String) #

[View source]
def add_edge(value_1 : String, value_2 : String) #

[View source]
def delete(*args, **options) #

[View source]
def delete(*args, **options, &) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def nodes : Hash(String, Node) #

[View source]
def prelude_node : Node #

[View source]