MoveToTarget

Movement towards a target defined as a concentration.

Parameters

<T>

concentration type

<P>

Constructors

Link copied to clipboard
constructor(environment: Environment<T, P>, node: Node<T>, reaction: Reaction<T>, trackMolecule: Molecule, speed: Double)

Functions

Link copied to clipboard
open fun cloneAction(node: Node<T>, reaction: Reaction<T>): MoveToTarget<T, P>
This method allows to clone this action on a new node.
Link copied to clipboard
open fun execute()
Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getOutboundDependencies(): ListSet<? extends Dependency>
How to override: if you intend your action to influence any reaction with compatible context, return null.
Link copied to clipboard
open fun toString(): String