Skip to content

lebedov/markovapplet

Repository files navigation

MarkovApplet

Package Description

MarkovApplet is a Java applet implementation of an M/M/s queue simulator. One may specify the number of servers, the arrival rate, and the service. M/M/infinity simulation is also supported.

Installation

This applet makes use of JFreeChart1, a freely available chart construction class library for Java. The specific version of the JFreeChart packages used in developing the applet are included with the applet code to facilitate compilation and running.

To build the applet, adjust the CLASSPATH in the accompanying Makefile and run:

make jar

To run the applet, run:

appletviewer MarkovApplet.java

from within the source directory.

Author

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.

JFreeChart is licensed under the GNU Lesser General Public License (LGPL). See the included LICENSE.jfreechart file for more information.


  1. http://www.jfree.org/jfreechart/

About

M/M/s queue simulator Java applet

Topics

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE.jfreechart
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published