Package it.unibo.alchemist.model.movestrategies
See: Description
-
Class Summary Class Description RandomTarget Selects a target based on a random direction extracted from directionRng, and a random distance extracted from distanceDistribution. ChangeTargetOnCollision Base class for TargetSelectionStrategy offering automatic target change on collision and utilities for initialization. -
Interface Summary Interface Description SpeedSelectionStrategy Given the current target Position, this strategy interface computes the current Node's speed. TargetSelectionStrategy This interface models a strategy for selecting positions where to move. RoutingStrategy Strategy interface describing how the routing between two points happens.