public class TabuEntity extends Entity
Constructor and Description |
---|
TabuEntity() |
Modifier and Type | Method and Description |
---|---|
void |
init(RandomWalk.Context context,
org.graphstream.graph.Node start)
Start the entity on the given node.
|
void |
step()
Should move the entity from its current node to another.
|
public void init(RandomWalk.Context context, org.graphstream.graph.Node start)
start
- The starting node.public void step()
Entity