public interface GraphVisitor<T>
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
enqueue(java.util.Collection<? extends T> next) |
void |
enqueue(T next) |
java.util.Collection<T> |
getVisitedNodes() |
void |
process() |
boolean |
wasAborted() |