1.0.0

org.eclipse.soda.dk.device.service
Interface DeviceControl

All Known Implementing Classes:
ConcreteSignal, DataCommand, DeviceCommand, MeasurementCommand, MessageCommand, MethodCommand, MethodMeasurement, MethodSignal, ParameterCommand, SimpleDataCommand, SimpleMeasurementCommand, SimpleMessageCommand, SimpleParameterCommand, SimpleTransformCommand, TransformCommand

public interface DeviceControl

The DeviceControl interface defines the DeviceControl concept.

Version:
1.0.0
See Also:
DeviceCommand, CommandService, CommandListener, ControlService, DeviceService, DeviceListener, MeasurementService, MeasurementListener, SignalService, The DeviceControl Interface is not used in user applications. This interface is used by Controls which need to have links to the Devices which contain them.

Method Summary
 DeviceService getDevice()
          Gets the Device device property value.
 void setDevice(DeviceService device)
          Sets the device property.
 

Method Detail

getDevice

DeviceService getDevice()
Gets the Device device property value. This method returns the DeviceService which is associated with this class.

Returns:
Results of the get device (DeviceService) value.
See Also:
setDevice(DeviceService)

setDevice

void setDevice(DeviceService device)
Sets the device property. This method sets the DeviceService with which this class in associated.

Parameters:
device - The new property value (org.eclipse.soda.dk.device.service.DeviceService).
See Also:
getDevice()

1.0.0

Copyright (c) 1999, 2007 IBM