All Packages Class Hierarchy This Package Previous Next Index
Class examples.prepriosys.Customer
java.lang.Object
|
+----simula.simset.Linkage
|
+----simula.simset.Link
|
+----simula.simset.simulation.Process
|
+----examples.prepriosys.Customer
- public class Customer
- extends Process
Customer process
-
Customer(Simulation, int, double)
-
-
run()
-
Executes actions for this object.
Customer
public Customer(Simulation _sim,
int type,
double sertime)
- Parameters:
- _sim - The active Simulation
- type - Priority category : 1 is the highes
- sertime - Time required for service
run
public void run()
- Executes actions for this object. Called by simulation on activate
- Overrides:
- run in class Process
- See Also:
- Simulation
All Packages Class Hierarchy This Package Previous Next Index