BiochemicalReactionBuilder

This class implements a builder for chemical reactions.

Parameters

<P>

Constructors

Link copied to clipboard
constructor(incarnation: BiochemistryIncarnation, currentNode: Node<Double>, environment: Environment<Double, P>)
Construct a builder for biochemical reactions.

Functions

Link copied to clipboard
open fun build(): Reaction<Double>
Builds the chemical reaction.
Link copied to clipboard
Set the reaction to the passed program string.
Link copied to clipboard
set the random generator to the passed object.
Link copied to clipboard
Set the time distribution to the passed object.