Class Customer
- java.lang.Object
-
- nl.tudelft.simulation.examples.dsol.mm1queue.Customer
-
public class Customer extends Object
A truly basic customer for the DSOL framework.
Copyright (c) 2003-2021 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty- Author:
- Peter Jacobs
-
-
Constructor Summary
Constructors Constructor Description Customer()constructs a new Customer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetEntranceTime()returns the time this customer entered the queue.voidsetEntranceTime(double time)sets the entrance time of the customer to the queue.
-