Skip to content

New feature release

Choose a tag to compare

@simnation simnation released this 31 Jan 22:39
· 6 commits to master since this release
5600eb6

This release contains following major changes:

  • Individual agents can be monitored during the simulation run with an InstrumentationDecorator.
  • Instrumentation added to Elevator example, additional explanation added
  • Interfaces added for core entities (ModelEntity, Agent, Domain, Port).
  • Naming consistency: Basic classes implement basic functionality of the coressponding interfaces (Abtract changed to Basic).
  • Visibility of some methods adjusted