Abstract Reaction
The type which describes the concentration of a molecule This class offers a partial implementation of Reaction. In particular, it allows to write new reaction specifying only which distribution time to adopt
Parameters
<T>
concentration type
Constructors
Link copied to clipboard
open fun AbstractReaction(node: Node<T>, timeDistribution: TimeDistribution<T>)
Content copied to clipboard
Builds a new reaction, starting at time t.
Functions
Link copied to clipboard
The default implementation verifies if all the conditions are valid.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun initializationComplete(atTime: Time, environment: Environment<T, out Any>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard