|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DeviceInterface | |
| nl.tudelft.simulation.messaging.devices.components | |
| nl.tudelft.simulation.messaging.devices.reference | |
| Uses of DeviceInterface in nl.tudelft.simulation.messaging.devices.components |
| Subinterfaces of DeviceInterface in nl.tudelft.simulation.messaging.devices.components | |
interface |
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. |
interface |
SendingDeviceInterface
The SendingDeviceInterface, which extends the normal DeviceInterface with a 'send' method. |
| Classes in nl.tudelft.simulation.messaging.devices.components that implement DeviceInterface | |
class |
DelaySendingDevice
The DelaySendingDevice device is a device that sends out a message, which will arrive after a certain delay. |
class |
Device
An abstract Device that can be extended to a sending device, a receiving device, or a device that combines sending and receiving. |
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 DeviceInterface in nl.tudelft.simulation.messaging.devices.reference |
| Classes in nl.tudelft.simulation.messaging.devices.reference that implement DeviceInterface | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||