AbstractReaction
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
Inheritors
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
Override only if you need to implement extremely tricky behaviours.
Link copied to clipboard
Override only if you need to implement extremely tricky behaviours.
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(@Nonnull atTime: Time, @Nonnull environment: Environment<T, out Any>)
Link copied to clipboard
This should get overridden only if very tricky behaviours are implemented, such that the default Alchemist action addition model is no longer usable.
Link copied to clipboard
This should get overridden only if very tricky behaviours are implemented, such that the default Alchemist condition addition model is no longer usable.