CellMove

class CellMove : AbstractMoveNode<T, P>

An action moving cells (Nodes with a CellProperty) in the environment.

Constructors

Link copied to clipboard
open fun CellMove(    environment: Environment<Double, Euclidean2DPosition>,     node: Node<Double>,     inPercent: Boolean,     delta: Double)
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.

Functions

Link copied to clipboard
open fun cloneAction(node: Node<Double>, reaction: Reaction<Double>): CellMove
Link copied to clipboard
open fun execute()
Link copied to clipboard
fun getContext(): Context
Link copied to clipboard
open fun getNextPosition(): Euclidean2DPosition
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String