Package 

Class AbstractLayerAction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double maxWalk
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double getMaxWalk()
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractLayerAction

        cloneAction, getNextPosition
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractMoveNode

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

        execute, getContext, getCurrentPosition, getEnvironment, getNodePosition, isAbsolute, nextPosition
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractLayerAction

        AbstractLayerAction(Euclidean2DEnvironment<Number> environment, Reaction<Number> reaction, Pedestrian2D<Number> pedestrian, Molecule targetMolecule)
        Parameters:
        environment -
            the environment inside which the pedestrian moves.
        reaction -
            the reaction which executes this action.
        pedestrian -
            the owner of this action.
        targetMolecule -
            the {@link Molecule} you want to know the concentration in the different positions of the environment.