Uses of Class
org.graphstream.algorithm.randomWalk.Entity
Package | Description |
---|---|
org.graphstream.algorithm.randomWalk |
-
Uses of Entity in org.graphstream.algorithm.randomWalk
Subclasses of Entity in org.graphstream.algorithm.randomWalk Modifier and Type Class Description class
TabuEntity
A basic entity that chooses edges at random eventually avoiding some edges based on a memory of recently traversed edges.Methods in org.graphstream.algorithm.randomWalk that return Entity Modifier and Type Method Description Entity
RandomWalk. createEntity()
Create an entity.