|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Explorer<N extends Node<N,V>,V>
interface for object that can explore a graph; do not change this file
| Method Summary | |
|---|---|
GraphExploration<N,V> |
explore(N start)
Explore the graph from the designated start node. |
void |
setParallelism(int parallelism)
Set the number of threads the explorer should use when exploring graphs. |
| Method Detail |
|---|
GraphExploration<N,V> explore(N start)
throws InterruptedException
InterruptedExceptionvoid setParallelism(int parallelism)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||