nl.tudelft.simulation.dsol.tutorial.section25
Class Customer

java.lang.Object
  extended bynl.tudelft.simulation.dsol.tutorial.section25.Customer

public class Customer
extends java.lang.Object

The Customer class as presented in section 2.5 in the DSOL tutorial.

(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:
1.1 Sep 6, 2004
Author:
Peter Jacobs

Constructor Summary
Customer(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
          constructs a new Customer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
constructs a new Customer

Parameters:
simulator - The simulator to use.


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