SAPEREReaction

This class realizes a reaction with Lsa concentrations.

Constructors

Link copied to clipboard
constructor(environment: Environment<List<ILsaMolecule>, out Any>, node: ILsaNode, randomGenerator: RandomGenerator, timeDistribution: TimeDistribution<List<ILsaMolecule>>)

Properties

Link copied to clipboard
val node: Node<T>
Link copied to clipboard

Functions

Link copied to clipboard
open fun canExecute(): Boolean
Link copied to clipboard
@Nonnull
open fun cloneOnNewNode(@Nonnull node: Node<List<ILsaMolecule>>, @Nonnull currentTime: Time): Reaction<List<ILsaMolecule>>
Link copied to clipboard
Link copied to clipboard
fun equals(o: Any): Boolean
Link copied to clipboard
open fun execute()
Link copied to clipboard
open fun getActions(): List<Action<T>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getRate(): Double
Link copied to clipboard
Link copied to clipboard
fun getTau(): Time
Link copied to clipboard
fun hashCode(): Int
Link copied to clipboard
open fun initializationComplete(atTime: Time, environment: Environment<T, out Any>)
Link copied to clipboard
open fun setActions(@Nonnull actions: List<out Action<List<ILsaMolecule>>>)
Link copied to clipboard
open fun setConditions(@Nonnull conditions: List<out Condition<List<ILsaMolecule>>>)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun update(currentTime: Time, hasBeenExecuted: Boolean, environment: Environment<T, out Any>)