https://github.com/lebedov/markovapplet
M/M/s queue simulator Java applet
https://github.com/lebedov/markovapplet
applet java markov queue simulation
Last synced: 13 days ago
JSON representation
M/M/s queue simulator Java applet
- Host: GitHub
- URL: https://github.com/lebedov/markovapplet
- Owner: lebedov
- License: lgpl-3.0
- Created: 2012-01-06T04:24:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T12:36:03.000Z (over 6 years ago)
- Last Synced: 2025-03-02T11:31:31.346Z (over 1 year ago)
- Topics: applet, java, markov, queue, simulation
- Language: Java
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.jfreechart
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
.. -*- rst -*-
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 JFreeChart [2]_, 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://bionet.ee.columbia.edu/
.. [2] http://www.jfree.org/jfreechart/