Interface EventProcessingPostProcessor<Input>
-
public interface EventProcessingPostProcessor<Input>
This interface is optional onEventProcessingPlugin
. When added it will be called when simulation is done and all results are collected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postProcess(Input input, Scenario scenario, Results results, SimulationResult simResult)
-
-
-
Method Detail
-
postProcess
void postProcess(Input input, Scenario scenario, Results results, SimulationResult simResult)
-
-