FollowTarget

open class FollowTarget<T, P : Position<P>?> : TargetSelectionStrategy<T, P>

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

Parameters

<T>

Concentration type

Constructors

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

Functions

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

Inheritors

Link copied to clipboard