Skip to content

Commit d9af257

Browse files
authored
Updated the Java threads
1 parent 4828c9a commit d9af257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
JavaSIM is an object-oriented simulation package based upon C++SIM and has been around since 1997. It provides discrete event process-based simulation similar to SIMULA's simulation class and libraries. A complete list of the capabilities 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 in the C++ original there are thread package interfaces, though for Java that's not necessary.
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.

0 commit comments

Comments
 (0)