|
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. |