Skip to content

Commit 43413ce

Browse files
committed
Started statistics section.
1 parent 932f40b commit 43413ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/manual.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,3 +631,7 @@ numberWaiting() returns the number of processes currently suspended waiting for
631631
If the semaphore is garbage collected with processes waiting for it then an error message is displayed. No further action is attempted on behalf of these waiting processes.
632632

633633
=== Example
634+
635+
== Statistical classes
636+
637+
The purpose of a simulation typically involves the gathering of relevant statistical information, e.g., the average length of time spent in a queue. JavaSim provides a number of different classes for gathering such information. These classes can be found in the org.javasim.stats package.

0 commit comments

Comments
 (0)