Skip to content
/ jades Public
forked from antonio-cuomo/jades

JADES- the JAva Discrete Event Simulator library- A fast engine for DES based on the process interaction world view

Notifications You must be signed in to change notification settings

rlukss/jades

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

JADES

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

Contributing

To contribute to JADES:

  1. Fork the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

JADES is distributed with an Apache license. Check the file LICENSE.txt or the header of .java files for more details.

History and motivation

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

About

JADES- the JAva Discrete Event Simulator library- A fast engine for DES based on the process interaction world view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%