Uses of Interface
net.ggtools.grand.graph.LinkFinder
-
Packages that use LinkFinder Package Description net.ggtools.grand.filters net.ggtools.grand.graph -
-
Uses of LinkFinder in net.ggtools.grand.filters
Methods in net.ggtools.grand.filters that return LinkFinder Modifier and Type Method Description LinkFinder
ConnectedToNodeFilter. getLinkFinder()
Method getLinkFinder.LinkFinder
FromNodeFilter. getLinkFinder()
Method getLinkFinder.abstract LinkFinder
GraphWalkFilter. getLinkFinder()
Returns an object finding the links to follow from a specific node.LinkFinder
ToNodeFilter. getLinkFinder()
Method getLinkFinder. -
Uses of LinkFinder in net.ggtools.grand.graph
Classes in net.ggtools.grand.graph that implement LinkFinder Modifier and Type Class Description class
BackwardLinkFinder
class
ConnectedNodesFinder
A finder returning both backward and forward node.class
ForwardLinkFinder
A link finder returning links starting from nodes.Constructors in net.ggtools.grand.graph with parameters of type LinkFinder Constructor Description GraphCrawler(Graph graph, LinkFinder finder)
Creates a new crawler.
-