public static interface GraphIterator.EdgeAcceptor<N,E extends DirectedGraphEdge<? extends N,? extends N>>
Modifier and Type | Method and Description |
---|---|
boolean |
acceptEdge(E edge,
int depth)
Used while searching.
|
boolean acceptEdge(E edge, int depth)
edge
-