Package | Description |
---|---|
org.apache.openjpa.lib.graph |
Graph Abstraction
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.addEdge(Edge edge)
Add an edge to the graph.
|
void |
GraphVisitor.edgeVisited(Edge edge)
may visit the node twice (both sides)
|
protected void |
BreadthFirstWalk.edgeVisited(Edge edge)
An edge is seen.
|
boolean |
Graph.removeEdge(Edge edge)
Remove an edge from the graph.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.