agl2
Interface EdgeGraph

All Superinterfaces:
Graph
All Known Subinterfaces:
BidirectedGraph, DirectedGraph, MultiEdgeGraph, UndirectedGraph
All Known Implementing Classes:
Bigraph, Digraph, UndirectedGraphImpl, Ungraph

public interface EdgeGraph
extends Graph

The EdgeGraph description.


Method Summary
 java.util.Set getAdjacentEdges(java.lang.Object o)
           
 Edge getEdge(java.lang.Object u, java.lang.Object v)
           
 
Methods inherited from interface agl2.Graph
getEdges, getVertices
 

Method Detail

getEdge

public Edge getEdge(java.lang.Object u,
                    java.lang.Object v)
Returns:
an Edge between vertices u and v

getAdjacentEdges

public java.util.Set getAdjacentEdges(java.lang.Object o)
Returns:
Set (o,v) in E