Package it.unibo.alchemist.model.implementations.reactions

Types

Link copied to clipboard
abstract class AbstractReaction<T> : Reaction<T>
The type which describes the concentration of a molecule This class offers a partial implementation of Reaction.
Link copied to clipboard
open class ChemicalReaction<T> : AbstractReaction<T>
Link copied to clipboard
class Event<T> : AbstractReaction<T>
This reaction completely ignores the propensity conditioning of the conditions, and tries to run every time the TimeDistribution wants to.