nl.tudelft.simulation.examples.dsol.mm1queue
Class MM1Queue

java.lang.Object
  extended by nl.tudelft.simulation.examples.dsol.mm1queue.MM1Queue
All Implemented Interfaces:
Serializable, ModelInterface

public class MM1Queue
extends Object
implements 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 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(SimulatorInterface simulator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MM1Queue

public MM1Queue()
constructor for the MM1Queue

Method Detail

constructModel

public void constructModel(SimulatorInterface simulator)
                    throws SimRuntimeException,
                           RemoteException
Specified by:
constructModel in interface ModelInterface
Throws:
SimRuntimeException
RemoteException
See Also:
constructModel(SimulatorInterface)


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.