net.ggtools.grand.graph
Interface LinkFinder

All Known Implementing Classes:
BackwardLinkFinder, ConnectedNodesFinder, ForwardLinkFinder

public interface LinkFinder

An interface used to find out what the possible links from a node.

Author:
Christophe Labouisse

Method Summary
 java.util.Collection getLinks(Node node)
          Returns all the accessible nodes from a specific one.
 

Method Detail

getLinks

java.util.Collection getLinks(Node node)
Returns all the accessible nodes from a specific one. Implementations should insure that the returned collection will only contains Node objects.

Parameters:
node - node to consider.
Returns:
a collection of accessible nodes.


Copyright © 2004-2005 ggTools. All Rights Reserved.