Uses of Class
salvo.jesus.graph.NullVisitor

Packages that use NullVisitor
salvo.jesus.graph   
 

Uses of NullVisitor in salvo.jesus.graph
 

Subclasses of NullVisitor in salvo.jesus.graph
(package private)  class CycleCheckVisitor
          This is a non-public class the extends salvo.jesus.graph.Vistor to check if there is a cycle from a Vertex back to itself.
(package private)  class StopAtVisitor
          A Visitor that notifies a traversal to stop at a particular Vertex.