Uses of Interface
infovis.graph.algorithm.DepthFirst.Visitor

Packages that use DepthFirst.Visitor
infovis.graph.algorithm Implements algorithms for manipulating graphs. 
 

Uses of DepthFirst.Visitor in infovis.graph.algorithm
 

Classes in infovis.graph.algorithm that implement DepthFirst.Visitor
 class DFSVisitor
          Basic implementation of the DepthFirst.Visitor interface
 

Methods in infovis.graph.algorithm with parameters of type DepthFirst.Visitor
 void DepthFirst.visit(DepthFirst.Visitor visitor, int start)
           
 void DepthFirst.visit(DepthFirst.Visitor vis, int start, OpenIntIntHashMap color)
           
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.