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

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

Classes in nl.tudelft.simulation.messaging.devices.components used by nl.tudelft.simulation.actor
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.
 

Classes in nl.tudelft.simulation.messaging.devices.components used by nl.tudelft.simulation.messaging.devices.components
Device
          An abstract Device that can be extended to a sending device, a receiving device, or a device that combines sending and receiving.
DeviceInterface
          A DeviceInterface
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
DeviceState
          The state of the device as a resource, indicating whether it is working or not.
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.
SendingDevice
          Abstract implementation of a sending device.
SendingDeviceInterface
          The SendingDeviceInterface, which extends the normal DeviceInterface with a 'send' method.
 

Classes in nl.tudelft.simulation.messaging.devices.components used by nl.tudelft.simulation.messaging.devices.reference
Device
          An abstract Device that can be extended to a sending device, a receiving device, or a device that combines sending and receiving.
DeviceInterface
          A DeviceInterface
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
ReceivingDevice
          Standard implementation of a receiving device.
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.
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.