FollowTarget

open class FollowTarget<T, P : Position<P>>(environment: Environment<T, P>, node: Node<T>, val targetMolecule: Molecule) : TargetSelectionStrategy<T, P>

This strategy reads the value of a "target" molecule and tries to interpret it as a coordinate.

Parameters

environment

the environment

node

the node

targetMolecule

the target molecule

Concentration type

Inheritors

Constructors

Link copied to clipboard
constructor(environment: Environment<T, P>, node: Node<T>, targetMolecule: Molecule)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): FollowTarget<T, P>
Link copied to clipboard
open override fun getTarget(): P