Module: RGL

Defined in:
lib/rgl/rdot.rb,
lib/rgl/dot.rb,
lib/rgl/base.rb,
lib/rgl/mutable.rb,
lib/rgl/topsort.rb,
lib/rgl/graphxml.rb,
lib/rgl/implicit.rb,
lib/rgl/adjacency.rb,
lib/rgl/traversal.rb,
lib/rgl/condensation.rb,
lib/rgl/transitivity.rb,
lib/rgl/bidirectional.rb,
lib/rgl/connected_components.rb

Overview

This is a modified version of dot.rb from Dave Thomas’s rdoc project. I renamed it to rdot.rb to avoid collision with an installed rdoc/dot.

It also supports undirected edges.

Defined Under Namespace

Modules: BidirectionalGraph, DOT, Edge, Graph, GraphIterator, GraphVisitor, GraphWrapper, MutableGraph Classes: AdjacencyGraph, BFSIterator, DFSIterator, DFSVisitor, DirectedAdjacencyGraph, ImplicitGraph, NoEdgeError, NoVertexError, NotDirectedError, NotUndirectedError, TopsortIterator