Crystalline::Graph::GraphIterator(T)
Inherits Crystalline::Graph::GraphVisitor / Crystalline::Graph::AbstractIterator / Enumerable / Reference / Object
Constructors
new
SourceInstance methods
at_beginning?
Sourceat_end?
Sourceback_edge_event
Sourceback_edge_event=(back_edge_event : Proc(T, T, Nil) | Nil)
Sourcebasic_backward
Sourcebasic_forward
Sourceedge_event
Sourceedge_event=(edge_event : Proc(T, T, Nil) | Nil)
Sourcefinish_vertex_event
Sourcefinish_vertex_event=(finish_vertex_event : Proc(T, Nil) | Nil)
Sourceforward_edge_event
Sourceforward_edge_event=(forward_edge_event : Proc(T, T, Nil) | Nil)
Sourceset_to_begin
Sourcestart_vertex
Sourcetree_edge_event
Sourcetree_edge_event=(tree_edge_event : Proc(T, T, Nil) | Nil)
Sourcevertex_event
Sourcevertex_event=(vertex_event : Proc(T, Nil) | Nil)
Source