|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
org.apache.openjpa.lib.graph | Graph Abstraction |
Uses of Edge in org.apache.openjpa.lib.graph |
---|
Methods in org.apache.openjpa.lib.graph that return types with arguments of type Edge | |
---|---|
List<Edge> |
Edge.getCycle()
List of edges forming a cycle. |
Collection<Edge> |
Graph.getEdges()
Return all edges in the graph. |
Collection<Edge> |
DepthFirstAnalysis.getEdges(int type)
Return all edges of the given type. |
Collection<Edge> |
Graph.getEdges(Object from,
Object to)
Return all the edges from one node to another. |
Collection<Edge> |
Graph.getEdgesFrom(Object node)
Return all the edges from a particular node. |
Collection<Edge> |
Graph.getEdgesTo(Object node)
Return all the edges to a particular node. |
Methods in org.apache.openjpa.lib.graph with parameters of type Edge | |
---|---|
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. |
Method parameters in org.apache.openjpa.lib.graph with type arguments of type Edge | |
---|---|
void |
Edge.setCycle(List<Edge> cycle)
List of edges forming a cycle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |