Package it.unibo.alchemist.model.implementations.movestrategies.target

Types

Link copied to clipboard
open class FollowTarget<T, P : Position<P>?> : TargetSelectionStrategy<T, P>
This strategy reads the value of a "target" molecule and tries to interpret it as a coordinate.
Link copied to clipboard
open class FollowTargetOnMap<T> : FollowTarget<T, GeoPosition>
This strategy reads the value of a "target" molecule and tries to interpret it as a coordinate.
Link copied to clipboard
This strategy follows a Route.