class CrystalGraph::DiGraph(T)

Defined in:

crystalgraph/digraph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_edge(source : T, target : T, attr : Attributes | Nil = nil) #

[View source]
def add_node(n : T, attr : Attributes | Nil = nil) #

[View source]
def empty_attribute #

[View source]