|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.dsol.formalisms.flow.Station
nl.tudelft.simulation.dsol.formalisms.flow.Delay
The Delay object is a station which delays an entity by some time units. When an entity arrives at a delay object, dsol delays the entity by the resulting time period. During the time delay, the entity is held in the delay object.
(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
| Field Summary | |
protected nl.tudelft.simulation.jstats.distributions.DistContinuous |
delayDistribution
delayDistribution which is the distribution defining the delay |
| Fields inherited from class nl.tudelft.simulation.dsol.formalisms.flow.Station |
destination, simulator |
| Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
| Fields inherited from interface nl.tudelft.simulation.dsol.formalisms.flow.StationInterface |
RECEIVE_EVENT, RELEASE_EVENT |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Constructor Summary | |
Delay(DEVSSimulatorInterface simulator,
nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution)
Constructor for Delay. |
|
| Method Summary | |
void |
receiveObject(java.lang.Object object)
receives an object is invoked whenever an entity arrives |
| Methods inherited from class nl.tudelft.simulation.dsol.formalisms.flow.Station |
getDestination, releaseObject, setDestination |
| Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
addListener, addListener, addListener, addListener, getEventTypes, removeListener |
| Field Detail |
protected nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution
| Constructor Detail |
public Delay(DEVSSimulatorInterface simulator,
nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution)
simulator - is the simulatordelayDistribution - is the delayDistribution| Method Detail |
public void receiveObject(java.lang.Object object)
throws java.rmi.RemoteException
StationInterface
receiveObject in interface StationInterfacereceiveObject in class Stationjava.rmi.RemoteExceptionStationInterface.receiveObject(Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||