Package 

Class CellMove

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CellMove(Environment<Double, P> environment, Node<Double> node, boolean inPercent, double delta) Initialize an Action that move the cell of a given space delta, which can be expressed in percent of the cell's diameter or in absolute.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      CellMove<P> cloneAction(Node<Double> node, Reaction<Double> reaction)
      P getNextPosition()
      void execute()
      CellNode<P> getNode()
      • Methods inherited from class it.unibo.alchemist.model.implementations.actions.AbstractMoveNode

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

        getOutboundDependencies, toString
      • Methods inherited from class java.lang.Object

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