|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.search.p2p.bfs.BreadthFirstSearchAlgorithm
Wrapper for BFS Algorithm
| Constructor Summary | |
BreadthFirstSearchAlgorithm()
Empty Constructor |
|
BreadthFirstSearchAlgorithm(edu.uci.ics.jung.graph.Graph graph,
int sourceNode,
int targetNode,
double threshold)
Constructor for BreadthFirstSearchAlgorithm. |
|
| Method Summary | |
boolean |
execute()
Runs the algorithm. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BreadthFirstSearchAlgorithm(edu.uci.ics.jung.graph.Graph graph,
int sourceNode,
int targetNode,
double threshold)
sourceNode - targetNode - threshold - public BreadthFirstSearchAlgorithm()
| Method Detail |
public boolean execute()
Algorithm
execute in interface AlgorithmAlgorithm.execute()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||