Skip to content

Implementation of visitor pattern and generator chains

  • Add EventProcessor class to be the base of all NTSim modules which work with event
  • Add additional classes and methods in ntsim.event_chain file to make processing chains needed for NTSim
  • Add temporary wrapper around existing NTSim classes, so they can work as EventProcessors - this makes a proof of concept.

to reviewers: please ignore the changes to individual modules and the wrapper, it will be superceded by next MR. Have a look at the event Chain implementation.

This MR will be merged before !45

Edited by Andrey Sheshukov

Merge request reports

Loading