Package net.ggtools.grand.graph
Class ForwardLinkFinder
- java.lang.Object
-
- net.ggtools.grand.graph.ForwardLinkFinder
-
- All Implemented Interfaces:
LinkFinder
public class ForwardLinkFinder extends Object implements LinkFinder
A link finder returning links starting from nodes.- Author:
- Christophe Labouisse
-
-
Constructor Summary
Constructors Constructor Description ForwardLinkFinder()
-
-
-
Method Detail
-
getLinks
public final Collection<Node> getLinks(Node node)
Method getLinks.- Specified by:
getLinks
in interfaceLinkFinder
- Parameters:
node
- Node- Returns:
- Collection<Node>
- See Also:
LinkFinder.getLinks(net.ggtools.grand.graph.Node)
-
-