abstract class Crystalline::Graph::GraphVisitor(T)

Direct Known Subclasses

Defined in:

graph/traversal.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crystalline::Graph::AbstractIterator(T)

at_beginning? at_beginning?, at_end? at_end?, backward backward, current current, current_edge current_edge, each(&) each, empty? empty?, first first, forward forward, last last, move_backward_until(&) move_backward_until, move_forward_until(&) move_forward_until, peek peek, set_to_begin set_to_begin, set_to_end set_to_end

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def color_map : Hash(T, Mark) #

[View source]
def follow_edge?(u, v) #

[View source]
def graph #

[View source]
def reset #

[View source]