initializationComplete

abstract fun initializationComplete(atTime: Time, environment: Environment<T, *>)

This method is called when the environment has completed its initialization. Can be used by this reaction to compute its next execution time - in case such computation requires an inspection of the environment.

Parameters

atTime

the time at which the initialization of this reaction was accomplished

environment

the environment