JADES is a Java library supporting discrete-event simulations based on the process interaction world view.
Using JADES, the modeler can
- Describe the simulation model in terms of simulation processes
- Evaluate the simulation model using the provided simulation engine
To contribute to JADES:
- Fork the project
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
JADES is distributed with an Apache license. Check the file LICENSE.txt or the header of .java files for more details.
JADES was developed by Antonio Cuomo during his Ph.D. at University of Sannio, under the supervision of Prof. Umberto Villano. The initial aim of the library was to provide a support tool for performance evaluation of distributed applications. Nevertheless, the library has been designed from the beginning as a domain-agnostic layer supporting the specification of many different kinds of discrete-event simulation models in Java.
For a list of publication using JADES, see http://deal.ing.unisannio.it/perflab/publications?search=jades