agl2
Interface VertexGraph

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

public interface VertexGraph
extends Graph

The VertexGraph description.


Method Summary
 java.util.Set getAdjacentVertices(java.lang.Object v)
           
 
Methods inherited from interface agl2.Graph
getEdges, getVertices
 

Method Detail

getAdjacentVertices

public java.util.Set getAdjacentVertices(java.lang.Object v)
Returns:
Set o in V s.t. (v,o) in E