AlchemistExecutionContext

open fun AlchemistExecutionContext(environment: Environment<Any, P>, localNode: ProtelisNode<P>, reaction: Reaction<Any>, random: RandomGenerator, networkManager: AlchemistNetworkManager)

Parameters

environment

the simulation Environment

localNode

the local ProtelisNode

reaction

the Reaction hosting the program

random

the RandomGenerator for this simulation

networkManager