jpaul.Graphs
Interface ForwardNavigator<Vertex>

All Known Subinterfaces:
Navigator<Vertex>
All Known Implementing Classes:
BinTreeNav, LDiGraph.LForwardNavigator, LDiGraph.LNavigator

public interface ForwardNavigator<Vertex>

ForwardNavigator is a forward-only graph navigator: given a vertex, it returns its successors in the graph. It is extended by the Navigator interface which is a bi-directional graph navigator.

Version:
$Id: ForwardNavigator.java,v 1.2 2005/02/25 00:05:23 salcianu Exp $
Author:
Alexandru Salcianu - salcianu@alum.mit.edu
See Also:
Navigator

Method Summary
 java.util.List<Vertex> next(Vertex vertex)
          Returns the successors of vertex.
 

Method Detail

next

java.util.List<Vertex> next(Vertex vertex)
Returns the successors of vertex.



Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu