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

java.lang.Object
  extended by nl.tudelft.simulation.dsol.tutorial.section25.Customer

public class Customer
extends Object

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

(c) copyright 2002-2005-2004 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
1.1 Sep 6, 2004
Author:
Peter Jacobs

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

Constructor Detail

Customer

public Customer(DEVSSimulatorInterface simulator)
constructs a new Customer

Parameters:
simulator - The simulator to use.


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