process

context(_: Simulator)
abstract fun process(input: InputT): OutputT

Processes an input entity and produces an output entity.

Return

the processed output entity

Parameters

input

the input entity to process