|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.search.p2p.randomWalk.RandomWalkAlgorithm
Wrapper for Random Walk Search Algorithm
| Constructor Summary | |
RandomWalkAlgorithm()
Empty Constructor |
|
RandomWalkAlgorithm(edu.uci.ics.jung.graph.Graph graph,
int sourceNode,
int targetNode,
int numWalkers)
Constructor for RandomWalkAlgorithm. |
|
| 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 RandomWalkAlgorithm(edu.uci.ics.jung.graph.Graph graph,
int sourceNode,
int targetNode,
int numWalkers)
sourceNode - targetNode - numWalkers - public RandomWalkAlgorithm()
| 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 | ||||||||||