Class HeadTowardRandomDirection
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public final class HeadTowardRandomDirection<T extends Object> extends AbstractAction<T>
Changes the heading of node randomly. The environment must support node heading, hence, be a Physics2DEnvironment.
-
-
Constructor Summary
Constructors Constructor Description HeadTowardRandomDirection(Node<T> node, Physics2DEnvironment<T> environment, RandomGenerator randomGenerator)
-
Method Summary
-
-
Constructor Detail
-
HeadTowardRandomDirection
HeadTowardRandomDirection(Node<T> node, Physics2DEnvironment<T> environment, RandomGenerator randomGenerator)
-
-
-
-