Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cgl
v0.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
MultiGraph
Undirected
Visitor
WDiEdge
WEdge
Weightable
WeightedDiGraph
WeightedGraph
WeightedLabeledDiGraph
WeightedLabeledGraph
Built with Crystal 1.9.2
2023-10-08 14:41:20 UTC
module
CGL::Directed(V)
Included Modules
CGL::AnyEdge(V)
Direct including types
CGL::DiEdge(V)
CGL::LDiEdge(V, L)
CGL::WDiEdge(V, W)
Defined in:
cgl/edges.cr
Instance Method Summary
#==
(other : AnyEdge)
#hash
(hasher)
#reverse
Instance methods inherited from module
CGL::AnyEdge(V)
clone
clone
,
to_tuple
to_tuple
,
u : V
u
,
u=(u : V)
u=
,
v : V
v
,
v=(v : V)
v=
Constructor methods inherited from module
CGL::AnyEdge(V)
new(u : V, v : V)
new
Instance Method Detail
def
==
(other :
AnyEdge
)
#
[
View source
]
def
hash
(hasher)
#
[
View source
]
def
reverse
#
[
View source
]