Interface LinkFinder

    • Method Detail

      • getLinks

        Collection<Node> getLinks​(Node node)
        Returns all the accessible nodes from a specific one. Implementations must ensure that the returned collection will only contain Node objects.
        Parameters:
        node - node to consider.
        Returns:
        a collection of accessible nodes.