| 
Class Summary | 
| AbstractEvent | 
Abstract class for simulation events. | 
| ArrivalEvent | 
Class for customer arrival events. | 
| Customer | 
Class for simulation customers. | 
| DepartureEvent | 
Class for customer departure events. | 
| RandomExponential | 
Class for sampling randomly from the Exponential distribution
 with a specified mean. | 
| RandomNormal | 
Class for sampling randomly from the Normal (Gaussian) distribution
 with a specified mean and standard deviation. | 
| Server | 
Class for simulation server resources. | 
| SimulationEndEvent | 
Class for simulation termination events. | 
| SimulationReportEvent | 
Class for simulation report events. | 
| Statistic | 
Abstract data type to collect values and provide certain statistical properties
  of the collection. | 
| WaitingLine | 
Class for simulation FIFO waiting line (queue). | 
| WeightedStatistic | 
Abstract data type to collect values and provide certain statistical properties
  of the collection. |