create Reaction
abstract fun createReaction(randomGenerator: RandomGenerator, environment: Environment<T, P>, node: Node<T>, timeDistribution: TimeDistribution<T>, @Nullable parameter: Any): Reaction<T>
Return
a new Reaction
Parameters
random Generator
the random engine
environment
the environment that will host this object
node
the node that will host this object
time Distribution
the time distribution of the reaction
parameter
a String describing the object