Package nl.tudelft.simulation.messaging.devices.components

Interface Summary
DeviceInterface A DeviceInterface
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
ReceivingDeviceInterface The ReceivingDeviceInterface, which extends the standard functionality of a device by adding a method to receive a message, and a method to retrieve the queue of messages that have already been received.
SendingDeviceInterface The SendingDeviceInterface, which extends the normal DeviceInterface with a 'send' method.
 

Class Summary
DelaySendingDevice The DelaySendingDevice device is a device that sends out a message, which will arrive after a certain delay.
Device An abstract Device that can be extended to a sending device, a receiving device, or a device that combines sending and receiving.
DeviceState The state of the device as a resource, indicating whether it is working or not.
QueuingSendingDevice Models a sending device with a queue of messages.
ReceivingDevice Standard implementation of a receiving device.
SendingDevice Abstract implementation of a sending device.
SendingReceivingDevice A SendingReceivingDevice combines the sending device and receiving device in one aggregated object.
 



Copyright © 2004-2005 Delft University of Technology, the Netherlands. All Rights Reserved.