Package it.unibo.alchemist.model.movestrategies.speed
See: Description
-
Class Summary Class Description InteractWithOthers This strategy slows down nodes depending on how many "interacting" nodes are found in the surroundings. ConstantSpeed 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. ConstantSpace This strategy makes the node move every time of a fixed amount of space. GloballyConstantSpeed Similar to ConstantSpeed but takes in consideration the time distribution's rate instead of the reaction's rate.