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.
 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-2008 Apache Software Foundation. All Rights Reserved.