nl.tudelft.simulation.examples.dsol.mm1queue
Class Release
java.lang.Object
nl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.dsol.formalisms.flow.Station
nl.tudelft.simulation.dsol.formalisms.flow.Release
nl.tudelft.simulation.examples.dsol.mm1queue.Release
- All Implemented Interfaces:
- Serializable, StationInterface, EventProducerInterface
public class Release
- extends Release
The Seize is an extended Seize block which computes the servicetime.
(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
- Version:
- 2.0 21.09.2003
- Author:
- Peter
Jacobs
- See Also:
- Serialized Form
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 |
SERVICE_TIME_EVENT
public static final EventType SERVICE_TIME_EVENT
- SERVICE_TIME_EVENT is fired when a customer is released
Release
public Release(DEVSSimulatorInterface simulator,
Resource resource)
- constructs a new Release
- Parameters:
simulator
- the simulator on which to scheduleresource
- the resource to be released
Release
public Release(DEVSSimulatorInterface simulator,
Resource resource,
double amount)
- constructs a new Release
- Parameters:
simulator
- the simulator on which to scheduleresource
- the resource to be releasedamount
- the amount to be released
releaseObject
public void releaseObject(Object object)
throws RemoteException
- Overrides:
releaseObject
in class Station
- Throws:
RemoteException
- See Also:
#releaseObject(java.lang.Object)
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.