Module: RGL::GraphIterator

Includes:
GraphWrapper, Stream
Included in:
BFSIterator, TopsortIterator
Defined in:
lib/rgl/traversal.rb

Overview

A GraphIterator is the abstract superclass of all Iterators on graphs. Each such iterator should implement the protocol defined in module Stream.

Instance Attribute Summary

Attributes included from GraphWrapper

#graph

Method Summary

Methods included from GraphWrapper

#initialize