Uses of Interface
org.apache.openjpa.lib.graph.GraphVisitor

Packages that use GraphVisitor
org.apache.openjpa.lib.graph Graph Abstraction This package provides a graph abstraction and graph-related algorithms. 
 

Uses of GraphVisitor in org.apache.openjpa.lib.graph
 

Methods in org.apache.openjpa.lib.graph with parameters of type GraphVisitor
 void BreadthFirstWalk.addGraphVisitor(GraphVisitor visitor)
          add a GraphVisitor to be notified during breadth first search.
 void BreadthFirstWalk.removeGraphVisitor(GraphVisitor visitor)
          remove a given GraphVisitor from the listener set.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.