Constructor and Description |
---|
SCCVisitor(GraphModel<V> model) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
countGenerations() |
Iterator<Iterable<V>> |
iterator() |
void |
lazyVisit(V v) |
void |
lazyVisit(V v,
int lazyGeneration) |
void |
visit(V v) |
protected void |
visit(V v,
boolean rootish) |
void |
visitRoot(V v) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public SCCVisitor(GraphModel<V> model)
public void visitRoot(V v)
public void visit(V v)
protected void visit(V v, boolean rootish)
public void lazyVisit(V v)
public void lazyVisit(V v, int lazyGeneration)
public void clear()
public int countGenerations()
see also the complete user documentation .