Uses of Class
org.apache.openjpa.lib.graph.Edge
-
Uses of Edge in org.apache.openjpa.lib.graph
Modifier and TypeMethodDescriptionEdge.getCycle()
List of edges forming a cycle.DepthFirstAnalysis.getEdges
(int type) Return all edges of the given type.Graph.getEdges()
Return all edges in the graph.Return all the edges from one node to another.Graph.getEdgesFrom
(Object node) Return all the edges from a particular node.Graph.getEdgesTo
(Object node) Return all the edges to a particular node.Modifier and TypeMethodDescriptionvoid
Add an edge to the graph.protected void
BreadthFirstWalk.edgeVisited
(Edge edge) An edge is seen.void
GraphVisitor.edgeVisited
(Edge edge) may visit the node twice (both sides)boolean
Graph.removeEdge
(Edge edge) Remove an edge from the graph.