JBoss Common Classes 2.2.17.GA

Uses of Interface
org.jboss.util.graph.Visitor

Packages that use Visitor
org.jboss.util.graph   
 

Uses of Visitor in org.jboss.util.graph
 

Methods in org.jboss.util.graph with parameters of type Visitor
 void Graph.breadthFirstSearch(Vertex<T> v, Visitor<T> visitor)
          Perform a breadth first search of this graph, starting at v.
 void Graph.depthFirstSearch(Vertex<T> v, Visitor<T> visitor)
          Perform a depth first serach using recursion.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.