Package-level declarations

Types

Link copied to clipboard
This strategy makes the node move every time of a fixed amount of space.
Link copied to clipboard
This strategy makes the node move at an average constant speed, which is influenced by the it.unibo.alchemist.model.TimeDistribution of the Reaction hosting this it.unibo.alchemist.model.Action.
Link copied to clipboard
class GloballyConstantSpeed<T, P : Position<P>>(reaction: Reaction<*>, maxSpeed: Double) : SpeedSelectionStrategy<T, P>

Similar to ConstantSpeed but takes in consideration the time distribution's rate instead of the reaction's rate.

Link copied to clipboard
This strategy slows down nodes depending on how many "interacting" nodes are found in the surroundings.