Package it. unibo. alchemist. model. interfaces. movestrategies
Types
Link copied to clipboard
Strategy interface describing how the routing between two points happens.
Link copied to clipboard
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
Content copied to clipboard
This interface models a strategy for selecting positions where to move.