Uses of Class
org.apache.openjpa.lib.graph.Edge

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 with parameters of type Edge
 void Graph.addEdge(Edge edge)
          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.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.