Reaction
Parameters
A generic reaction. Every reaction in the system must implement this interface.
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
abstract val inboundDependencies: ERROR CLASS: Symbol not found for ListSet<out it/unibo/alchemist/model/Dependency>
Link copied to clipboard
Link copied to clipboard
abstract val outboundDependencies: ERROR CLASS: Symbol not found for ListSet<out it/unibo/alchemist/model/Dependency>
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Converts a Reaction to a ReactionSurrogate.