Interface GraphIterator.EdgeAcceptor<N,​E extends DirectedGraphEdge<? extends N,​? extends N>>

    • Method Detail

      • acceptEdge

        boolean acceptEdge​(E edge,
                           int depth)
        Used while searching. If this method returns false for a certain edge, then this edge is not traversed in the search.
        Parameters:
        edge -
        Returns: