nl.tudelft.simulation.dsol.tutorial.section41
Class MM1Queue
java.lang.Object
nl.tudelft.simulation.dsol.tutorial.section41.MM1Queue
- All Implemented Interfaces:
- nl.tudelft.simulation.dsol.ModelInterface, java.io.Serializable
- public class MM1Queue
- extends java.lang.Object
- implements nl.tudelft.simulation.dsol.ModelInterface
The M/M/1 example as published in Simulation Modeling and Analysis by A.M.
Law & W.D. Kelton section 1.4 and 2.4.
(c) copyright 2003-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
- Version:
- 2.0 21.09.2003
- Author:
- Peter
Jacobs
- See Also:
- Serialized Form
|
Constructor Summary |
MM1Queue()
constructor for the MM1Queue |
|
Method Summary |
void |
constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MM1Queue
public MM1Queue()
- constructor for the MM1Queue
constructModel
public void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
throws nl.tudelft.simulation.dsol.SimRuntimeException,
java.rmi.RemoteException
- Specified by:
constructModel in interface nl.tudelft.simulation.dsol.ModelInterface
- Throws:
nl.tudelft.simulation.dsol.SimRuntimeException
java.rmi.RemoteException- See Also:
constructModel(SimulatorInterface)
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.