CellMove

class CellMove<P : Position<P>?> : AbstractMoveNode<Double, P>

Parameters

<P>

Constructors

Link copied to clipboard
open fun CellMove(environment: Environment<Double, P>, 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<P>
Link copied to clipboard
open fun execute()
Link copied to clipboard
fun getContext(): Context
Link copied to clipboard
open fun getNextPosition(): P
Link copied to clipboard
open fun getNode(): CellNode<P>
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String