Package | Description |
---|---|
org.apache.openjpa.lib.graph |
Graph Abstraction
|
Modifier and Type | Method and Description |
---|---|
protected void |
BreadthFirstWalk.enqueue(java.lang.Object node,
NodeInfo info)
Push the given node onto the queue to be processed.
|
protected void |
BreadthFirstWalk.visit(java.lang.Object node,
NodeInfo info)
Visit the node.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.