Biochemical Reaction Builder
Parameters
<P>
Position type
Constructors
Link copied to clipboard
open fun BiochemicalReactionBuilder(inc: BiochemistryIncarnation<P>, currentNode: Node<Double>, environment: Environment<Double, P>)
Content copied to clipboard
Construct a builder for biochemical reactions.
Functions
Link copied to clipboard
Set the reaction to the passed program string.
Link copied to clipboard
open fun randomGenerator(rg: RandomGenerator): BiochemicalReactionBuilder<P>
Content copied to clipboard
set the random generator to the passed object.
Link copied to clipboard
open fun timeDistribution(td: TimeDistribution<Double>): BiochemicalReactionBuilder<P>
Content copied to clipboard
Set the time distribution to the passed object.