Skip to content

Commit 85c75b9

Browse files
authored
Update README.md
1 parent f7d4431 commit 85c75b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
JavaSIM has been available since 1997 and is an object-oriented simulation package based upon C++SIM. It provides discrete event process-based simulation similar to SIMULA's simulation class and libraries. A complete list of the facilities provided follows:
22

3-
- The core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms, and thread package interfaces.
3+
- The core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms and thread package interfaces.
44
- Entity and set manipulation facilities similar to SIMSET.
55
- Classes allow "non-causal" events, such as interrupts, to be handled.
66
- Various routines for gathering statistics, such as histogram and variance classes.
77

8-
The system also comes with complete examples and test routines which illustrate many of the issues raised in using the simulation package. It is used by many commercial and academic organisations.
8+
The system also comes with complete examples and tests which illustrate many of the issues raised in using the simulation package.
9+
10+
Over the years C++SIM and JavaSim have been used by many commercial and academic organisations.
911

1012
Prior to 2007 both C++SIM and JavaSim were freely available in source and binary from Newcastle University, under the University's own licence. However, in late 2007 the University decided that everything could be released into open source under LGPL.
1113

0 commit comments

Comments
 (0)