Package it.unibo.alchemist.model.interfaces.movestrategies

Types

Link copied to clipboard
interface RoutingStrategy<T, P : Position<P>?> : Serializable
Strategy interface describing how the routing between two points happens.
Link copied to clipboard
interface SpeedSelectionStrategy<T, P : Position<out P>?> : Serializable
Given the current target Position, this strategy interface computes the current it.unibo.alchemist.model.interfaces.Node's speed.
Link copied to clipboard
interface TargetSelectionStrategy<T, P : Position<out P>?> : Serializable
This interface models a strategy for selecting positions where to move.