org.graphstream.algorithm.randomWalk
Class RandomWalk.Context

java.lang.Object
  extended by org.graphstream.algorithm.randomWalk.RandomWalk.Context
Enclosing class:
RandomWalk

public class RandomWalk.Context
extends Object


Constructor Summary
RandomWalk.Context()
           
 
Method Summary
 int getEntityMemory()
           
 String getPassesAttribute()
           
 Random getRandom()
           
 String getWeightAttribute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomWalk.Context

public RandomWalk.Context()
Method Detail

getPassesAttribute

public String getPassesAttribute()

getWeightAttribute

public String getWeightAttribute()

getRandom

public Random getRandom()

getEntityMemory

public int getEntityMemory()


Copyright © 2011. All Rights Reserved.