Uses of Interface
nl.tudelft.simulation.messaging.devices.components.SendingDeviceInterface

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

Uses of SendingDeviceInterface in nl.tudelft.simulation.actor
 

Methods in nl.tudelft.simulation.actor that return SendingDeviceInterface
 SendingDeviceInterface[] Actor.getSendingDevices()
           
 SendingDeviceInterface[] Actor.getSendingDevices(DeviceType deviceType)
           
protected  SendingDeviceInterface Actor.resolveFastestDevice(ActorInterface sender, ActorInterface receiver)
          Find the fastest connection between the sender and the receiver, based on the devices that they share.
 SendingDeviceInterface[] ActorInterface.getSendingDevices(DeviceType deviceType)
          Retrieve the sending devices of the actor.
 SendingDeviceInterface[] ActorInterface.getSendingDevices()
          Retrieve all sending devices of the actor.
 

Methods in nl.tudelft.simulation.actor with parameters of type SendingDeviceInterface
 boolean Actor.addSendingDevice(SendingDeviceInterface device)
          adds a sending device to the actor
 boolean Actor.removeSendingDevice(SendingDeviceInterface device)
          removes a device to the actor
 

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

Classes in nl.tudelft.simulation.messaging.devices.components that implement SendingDeviceInterface
 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 SendingDevice
          Abstract implementation of a sending device.
 class SendingReceivingDevice
          A SendingReceivingDevice combines the sending device and receiving device in one aggregated object.
 

Constructors in nl.tudelft.simulation.messaging.devices.components with parameters of type SendingDeviceInterface
SendingReceivingDevice(java.lang.String name, ReceivingDeviceInterface receiver, SendingDeviceInterface sender)
          constructs a new SendingReceivingDevice
 

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

Classes in nl.tudelft.simulation.messaging.devices.reference that implement SendingDeviceInterface
 class EmailApplication
          A reference implementation of an email application.
 class FaxDevice
          A reference implementation of a FaxDevice.
 



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