Class MoveToTarget

    • 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
      MoveToTarget<T, P> cloneAction(Node<T> node, Reaction<T> reaction)
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractConfigurableMoveNode

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

        execute, getContext
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction

        getOutboundDependencies, toString
      • Methods inherited from class it.unibo.alchemist.model.Action

        execute, getContext, getOutboundDependencies
      • Methods inherited from class java.lang.Object

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

      • MoveToTarget

        MoveToTarget(Environment<T, P> environment, Node<T> node, Reaction<T> reaction, Molecule trackMolecule, double speed)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction
        trackMolecule - the molecule whose concentration will be intended as destination
        speed - the speed of the node