cgl
0.2.0
CGL
AbstractDiGraph
AbstractGraph
AdjacencyDiGraph
AdjacencyGraph
AdjacencyHash
AnyEdge
AnyGraph
BFSIterator
BinaryHeap
Color
DFSIterator
DiEdge
DiGraph
Directed
DotVisitor
Edge
EdgeError
EdgeIterator
Graph
GraphError
GraphIterator
GraphSourceIterator
Labelable
LabeledDiGraph
LabeledGraph
LDiEdge
LEdge
Undirected
Visitor
WDiEdge
WEdge
Weightable
WeightedDiGraph
WeightedGraph
WeightedLabeledDiGraph
WeightedLabeledGraph
module
CGL::Labelable(L)
Direct including types
CGL::LDiEdge(V, L)
CGL::LEdge(V, L)
Defined in:
cgl/edges.cr
Constructors
.new
(u, v, label)
Instance Method Summary
#==
(other : Labelable)
#clone
#hash
(hasher)
#label
: L?
#label=
(label : L?)
#to_tuple
Constructor Detail
def self.
new
(u, v, label)
#
Instance Method Detail
def
==
(other :
Labelable
)
#
def
clone
#
def
hash
(hasher)
#
def
label
: L?
#
def
label=
(label : L?)
#
def
to_tuple
#