Uses of Class
org.apache.openjpa.lib.graph.Edge
Packages that use Edge
-
Uses of Edge in org.apache.openjpa.lib.graph
Methods in org.apache.openjpa.lib.graph that return types with arguments of type EdgeModifier 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.Methods in org.apache.openjpa.lib.graph with parameters of type EdgeModifier 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.Method parameters in org.apache.openjpa.lib.graph with type arguments of type Edge