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 |
---|---|
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–2022 Apache Software Foundation. All rights reserved.