|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcmsc433.p4.explorers.SequentialExplorer<N,V>
public class SequentialExplorer<N extends Node<N,V>,V>
A simple, sequential explorer.
| Constructor Summary | |
|---|---|
SequentialExplorer()
|
|
| Method Summary | ||
|---|---|---|
static
|
build()
Provide a static build method, so that the system will infer the correct generic types |
|
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. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequentialExplorer()
| Method Detail |
|---|
public void setParallelism(int parallelism)
Explorer
setParallelism in interface Explorer<N extends Node<N,V>,V>public static <N extends Node<N,V>,V> SequentialExplorer<N,V> build()
public GraphExploration<N,V> explore(N start)
throws InterruptedException
Explorer
explore in interface Explorer<N extends Node<N,V>,V>InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||