You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ Because SimulationProcess extends the java.lang.Thread class it is necessary for
214
214
215
215
===== Example
216
216
217
-
To illustrate how a simulation process could be implemented from the Process class we shall consider the example of a queue of customers arriving at a bank. For this example, this involves three classes:
217
+
To illustrate how a simulation process could be implemented from the SimulationProcess class we shall consider the example of a queue of customers arriving at a bank. For this example, this involves three classes:
218
218
219
219
- Customer: instances of this class represent the customers in the queue.
0 commit comments