Uses of Class
org.apache.openjpa.lib.graph.NodeInfo

Packages that use NodeInfo
org.apache.openjpa.lib.graph Graph Abstraction 
 

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

Methods in org.apache.openjpa.lib.graph with parameters of type NodeInfo
protected  void BreadthFirstWalk.enqueue(Object node, NodeInfo info)
          Push the given node onto the queue to be processed.
protected  void BreadthFirstWalk.visit(Object node, NodeInfo info)
          Visit the node.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.