Package 

Class LevyWalk

  • All Implemented Interfaces:
    it.unibo.alchemist.model.interfaces.Action , java.io.Serializable

    
    public final class LevyWalk<T extends Object>
    extends GenericRandomWalker<T>
                        

    Selects a target based on a random direction extracted from rng, and a random distance extracted from a ParetoDistribution of parameters scale and shape. Moves toward the targets at a constant speed and changes targets on collision.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      LevyWalk<T> cloneAction(Node<T> node, Reaction<T> reaction)
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractMoveNode

        declareDependencyTo, getConcentration, getNode, getOutboundDependencies, nodeContains, removeConcentration, setConcentration, toString
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractConfigurableMoveNode

        execute, getContext, getCurrentPosition, getEnvironment, getNodePosition, isAbsolute
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractEuclideanConfigurableMoveNode

        getCurrentRoute, getNextPosition, getRoutingStrategy, getSpeedSelectionStrategy, getTargetPoint, getTargetSelectionStrategy, resetRoute, setTargetPoint
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait