jasmineRepo / JAS-mine-core

JAS-mine maintains and develops the JAS simulation platform, a discrete-event tool-kit for agent-based and dynamic microsimulation modelling. This repository contains the core libraries. See www.jas-mine.net for more details.
2 stars 5 forks source link

adding/"privatizing" Event #4

Open underplex opened 7 years ago

underplex commented 7 years ago

Most of this commit is making the Event fields private, since they are not meant to be changed by inheriting classes (which might mess with how they fire/interact in the EventQueue, which is supposed to be the master control). Otherwise, mostly added comments and tests for Events and the EventQueue, also had to add junit to the pom dependencies.