|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.examples.dsol.mm1queue.Customer
public class Customer
A truly basic customer for the DSOL framework.
(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
Constructor Summary | |
---|---|
Customer()
constructs a new Customer |
Method Summary | |
---|---|
double |
getEntranceTime()
returns the time this customer entered the queue |
void |
setEntranceTime(double time)
sets the entrance time of the customer to the queue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Customer()
Method Detail |
---|
public void setEntranceTime(double time)
time
- the entranceTimepublic double getEntranceTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |