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.