Package | Description |
---|---|
org.apache.openjpa.lib.graph |
Graph Abstraction
This package provides a graph abstraction and graph-related algorithms.
|
Modifier and Type | Method and Description |
---|---|
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–2015 Apache Software Foundation. All rights reserved.