Uses of Class
nl.tudelft.simulation.messaging.devices.components.Device

Packages that use Device
nl.tudelft.simulation.messaging.devices.components   
nl.tudelft.simulation.messaging.devices.reference   
 

Uses of Device in nl.tudelft.simulation.messaging.devices.components
 

Subclasses of Device in nl.tudelft.simulation.messaging.devices.components
 class DelaySendingDevice
          The DelaySendingDevice device is a device that sends out a message, which will arrive after a certain delay.
 class QueuingSendingDevice
          Models a sending device with a queue of messages.
 class ReceivingDevice
          Standard implementation of a receiving device.
 class SendingDevice
          Abstract implementation of a sending device.
 class SendingReceivingDevice
          A SendingReceivingDevice combines the sending device and receiving device in one aggregated object.
 

Uses of Device in nl.tudelft.simulation.messaging.devices.reference
 

Subclasses of Device in nl.tudelft.simulation.messaging.devices.reference
 class EmailApplication
          A reference implementation of an email application.
 class FaxDevice
          A reference implementation of a FaxDevice.
 class LetterBox
          A reference implementation of receiving regular mail.
 



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