class

Crystalline::Graph::GraphIterator(T)

Inherits Crystalline::Graph::GraphVisitor / Crystalline::Graph::AbstractIterator / Enumerable / Reference / Object

Constructors

Instance methods

at_beginning?
Source
at_end?
Source
back_edge_event
Source
back_edge_event=(back_edge_event : Proc(T, T, Nil) | Nil)
Source
basic_backward
Source
basic_forward
Source
edge_event
Source
edge_event=(edge_event : Proc(T, T, Nil) | Nil)
Source
finish_vertex_event
Source
finish_vertex_event=(finish_vertex_event : Proc(T, Nil) | Nil)
Source
forward_edge_event
Source
forward_edge_event=(forward_edge_event : Proc(T, T, Nil) | Nil)
Source
set_to_begin
Source
start_vertex
Source
tree_edge_event
Source
tree_edge_event=(tree_edge_event : Proc(T, T, Nil) | Nil)
Source
vertex_event
Source
vertex_event=(vertex_event : Proc(T, Nil) | Nil)
Source