|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceService | |
|---|---|
| org.eclipse.soda.dk.adapter | This package is part of the org.eclipse.soda.dk.adapter project. |
| org.eclipse.soda.dk.adapter.bundle | This package is part of the org.eclipse.soda.dk.adapter.bundle project. |
| org.eclipse.soda.dk.adapter.factory | This package is part of the org.eclipse.soda.dk.adapter.factory project. |
| org.eclipse.soda.dk.adapter.managed | This package is part of the org.eclipse.soda.dk.adapter.managed project. |
| org.eclipse.soda.dk.adapter.service | This package is part of the org.eclipse.soda.dk.adapter.service project. |
| org.eclipse.soda.dk.adapter.test | This package is part of the org.eclipse.soda.dk.adapter.test project. |
| org.eclipse.soda.dk.adapter.testcases | This package is part of the org.eclipse.soda.dk.adapter.testcases project. |
| org.eclipse.soda.dk.agent.bundle | This package is part of the org.eclipse.soda.dk.agent.bundle project. |
| org.eclipse.soda.dk.agent.factory | This package is part of the org.eclipse.soda.dk.agent.factory project. |
| org.eclipse.soda.dk.agent.managed | This package is part of the org.eclipse.soda.dk.agent.managed project. |
| org.eclipse.soda.dk.agent.test | This package is part of the org.eclipse.soda.dk.agent.test project. |
| org.eclipse.soda.dk.agent.test.bundle | This package is part of the org.eclipse.soda.dk.agent.test project. |
| org.eclipse.soda.dk.base.device | |
| org.eclipse.soda.dk.base.device.service | |
| org.eclipse.soda.dk.command | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.concrete.signal | This package is part of the org.eclipse.soda.dk.concrete project. |
| org.eclipse.soda.dk.device | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.device.bundle | This package is part of the org.eclipse.soda.dk.device.bundle project. |
| org.eclipse.soda.dk.device.device.servlet | This package is part of the org.eclipse.soda.dk.device.device.servlet project. |
| org.eclipse.soda.dk.device.factory | This package is part of the org.eclipse.soda.dk.device.factory project. |
| org.eclipse.soda.dk.device.managed | This package is part of the org.eclipse.soda.dk.device.managed project. |
| org.eclipse.soda.dk.device.registry.bundle | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.device.service | This package is part of the org.eclipse.soda.dk.device.service project. |
| org.eclipse.soda.dk.device.test | This package is part of the org.eclipse.soda.dk.device.test project. |
| org.eclipse.soda.dk.device.test.bundle | This package is part of the org.eclipse.soda.dk.device.test.bundle project. |
| org.eclipse.soda.dk.device.test.factory | This package is part of the org.eclipse.soda.dk.device.test.factory project. |
| org.eclipse.soda.dk.device.test.managed | This package is part of the org.eclipse.soda.dk.device.test.managed project. |
| org.eclipse.soda.dk.device.test.service | This package is part of the org.eclipse.soda.dk.device.test project. |
| org.eclipse.soda.dk.device.testcase | This package is part of the org.eclipse.soda.dk.device.testcase project. |
| org.eclipse.soda.dk.device.testcases | This package is part of the org.eclipse.soda.dk.device.testcases project. |
| org.eclipse.soda.dk.measurement | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.profile | This package is part of the org.eclipse.soda.dk.profile project. |
| org.eclipse.soda.dk.profile.bundle | This package is part of the org.eclipse.soda.dk.profile.bundle project. |
| org.eclipse.soda.dk.profile.factory | This package is part of the org.eclipse.soda.dk.profile.factory project. |
| org.eclipse.soda.dk.profile.managed | This package is part of the org.eclipse.soda.dk.profile.managed project. |
| org.eclipse.soda.dk.profile.test | This package is part of the org.eclipse.soda.dk.profile.test project. |
| org.eclipse.soda.dk.signal | This package is part of the org.eclipse.soda.dk.device project. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter |
|---|
| Classes in org.eclipse.soda.dk.adapter that implement DeviceService | |
|---|---|
class |
Adapter
|
class |
DeviceAdapter
|
| Methods in org.eclipse.soda.dk.adapter that return DeviceService | |
|---|---|
DeviceService |
Adapter.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
Adapter.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.adapter with parameters of type DeviceService | |
|---|---|
void |
Adapter.controlChanged(DeviceService container,
java.lang.Object timestamp,
ControlService control,
int code)
Control changed with the specified device, timestamp, control and code parameters. |
void |
Adapter.deviceChanged(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed with the specified source, timestamp, new state and old state parameters. |
void |
Adapter.deviceChangedCustom(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed custom with the specified source, timestamp, new state and old state parameters. |
void |
Adapter.setDevice(DeviceService device)
Sets the device value. |
void |
Adapter.setDeviceCustom(DeviceService device)
Sets the device custom value. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.bundle |
|---|
| Methods in org.eclipse.soda.dk.adapter.bundle that return DeviceService | |
|---|---|
DeviceService |
AdapterBundle.getDevice()
Get the DeviceService to be used by the adapter. |
| Methods in org.eclipse.soda.dk.adapter.bundle with parameters of type DeviceService | |
|---|---|
abstract AdapterService |
AdapterBundle.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
void |
AdapterBundle.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.factory |
|---|
| Methods in org.eclipse.soda.dk.adapter.factory with parameters of type DeviceService | |
|---|---|
AdapterService |
AdapterFactory.createService(DeviceService device)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.managed |
|---|
| Methods in org.eclipse.soda.dk.adapter.managed that return DeviceService | |
|---|---|
DeviceService |
AdapterManaged.getDevice()
Get the DeviceService to be used by the adapter. |
| Methods in org.eclipse.soda.dk.adapter.managed with parameters of type DeviceService | |
|---|---|
AdapterService |
AdapterManaged.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.service |
|---|
| Subinterfaces of DeviceService in org.eclipse.soda.dk.adapter.service | |
|---|---|
interface |
AdapterService
|
| Methods in org.eclipse.soda.dk.adapter.service that return DeviceService | |
|---|---|
DeviceService |
AdapterService.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.adapter.service with parameters of type DeviceService | |
|---|---|
void |
AdapterService.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.test |
|---|
| Methods in org.eclipse.soda.dk.adapter.test that return DeviceService | |
|---|---|
DeviceService |
AdapterTest.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
AdapterTest.getDevice()
Gets the device to be tested. |
| Methods in org.eclipse.soda.dk.adapter.test with parameters of type DeviceService | |
|---|---|
void |
AdapterTest.controlChanged(DeviceService container,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
AdapterTest.deviceChanged(DeviceService deviceService,
java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes. |
void |
AdapterTest.setDevice(DeviceService device)
Sets the device to be tested. |
| Uses of DeviceService in org.eclipse.soda.dk.adapter.testcases |
|---|
| Classes in org.eclipse.soda.dk.adapter.testcases that implement DeviceService | |
|---|---|
class |
TestAdapter
|
| Uses of DeviceService in org.eclipse.soda.dk.agent.bundle |
|---|
| Methods in org.eclipse.soda.dk.agent.bundle that return DeviceService | |
|---|---|
DeviceService |
AgentBundle.getDevice()
Get the DeviceService to be used by the agent. |
| Methods in org.eclipse.soda.dk.agent.bundle with parameters of type DeviceService | |
|---|---|
void |
AgentBundle.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.agent.factory |
|---|
| Methods in org.eclipse.soda.dk.agent.factory with parameters of type DeviceService | |
|---|---|
AgentService |
AgentFactory.createService(DeviceService device)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.agent.managed |
|---|
| Methods in org.eclipse.soda.dk.agent.managed that return DeviceService | |
|---|---|
DeviceService |
AgentManaged.getDevice()
Get the DeviceService to be used by the agent. |
| Methods in org.eclipse.soda.dk.agent.managed with parameters of type DeviceService | |
|---|---|
AgentService |
AgentManaged.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.agent.test |
|---|
| Methods in org.eclipse.soda.dk.agent.test that return DeviceService | |
|---|---|
DeviceService |
AgentTest.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
AgentTest.getDevice()
Gets the device to be tested. |
| Methods in org.eclipse.soda.dk.agent.test with parameters of type DeviceService | |
|---|---|
void |
AgentTest.controlChanged(DeviceService container,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
AgentTest.deviceChanged(DeviceService deviceService,
java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes. |
void |
AgentTest.setDevice(DeviceService device)
Sets the device to be tested. |
| Uses of DeviceService in org.eclipse.soda.dk.agent.test.bundle |
|---|
| Methods in org.eclipse.soda.dk.agent.test.bundle with parameters of type DeviceService | |
|---|---|
abstract java.lang.Object |
AgentTestBundle.createService(DeviceService device)
Create the Tester for the specified device. |
| Uses of DeviceService in org.eclipse.soda.dk.base.device |
|---|
| Classes in org.eclipse.soda.dk.base.device that implement DeviceService | |
|---|---|
class |
BaseDevice
Base Device. |
| Uses of DeviceService in org.eclipse.soda.dk.base.device.service |
|---|
| Subinterfaces of DeviceService in org.eclipse.soda.dk.base.device.service | |
|---|---|
interface |
BaseDeviceService
Base Device. |
| Uses of DeviceService in org.eclipse.soda.dk.command |
|---|
| Fields in org.eclipse.soda.dk.command declared as DeviceService | |
|---|---|
protected DeviceService |
MethodCommand.device
Define the device (DeviceService) field. |
| Methods in org.eclipse.soda.dk.command that return DeviceService | |
|---|---|
DeviceService |
DeviceCommand.getDevice()
Gets the Device device property value. |
DeviceService |
MethodCommand.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.command with parameters of type DeviceService | |
|---|---|
void |
DeviceCommand.setDevice(DeviceService device)
Sets the device property. |
void |
MethodCommand.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.concrete.signal |
|---|
| Methods in org.eclipse.soda.dk.concrete.signal that return DeviceService | |
|---|---|
DeviceService |
ConcreteSignal.getDevice()
Gets the Device device property value. |
| Methods in org.eclipse.soda.dk.concrete.signal with parameters of type DeviceService | |
|---|---|
void |
ConcreteSignal.setDevice(DeviceService device)
Sets the device property. |
| Uses of DeviceService in org.eclipse.soda.dk.device |
|---|
| Classes in org.eclipse.soda.dk.device that implement DeviceService | |
|---|---|
class |
Device
The Device class implements the DeviceService interface. |
class |
DeviceRegistry
The DeviceRegistry class implements the DeviceService interface. |
class |
QueueDevice
The QueueDevice class implements the DeviceService interface. |
class |
ThreadDevice
|
class |
TransportDevice
The TransportDevice class implements the DeviceService interface. |
| Methods in org.eclipse.soda.dk.device that return DeviceService | |
|---|---|
DeviceService |
DeviceRegistry.getDevice(java.lang.String key)
Sets the devices property. |
protected DeviceService[] |
DeviceRegistry.getDevices()
Gets the org.eclipse.soda.dk.device.service.DeviceService [] devices property value. |
| Methods in org.eclipse.soda.dk.device with parameters of type DeviceService | |
|---|---|
void |
DeviceListeners.controlChanged(DeviceService container,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
DeviceListeners.deviceChanged(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes. |
void |
Container.removeListeners(DeviceService device)
Remove listeners with the specified device parameter. |
protected void |
DeviceRegistry.setDevices(DeviceService[] devices)
Sets the devices property. |
| Uses of DeviceService in org.eclipse.soda.dk.device.bundle |
|---|
| Methods in org.eclipse.soda.dk.device.bundle that return DeviceService | |
|---|---|
abstract DeviceService |
DeviceBundle.createService(TransportService transport)
Create service with the specified transport parameter and return the Object result. |
DeviceService |
DeviceBundle.getDevice()
Return the device. |
| Methods in org.eclipse.soda.dk.device.bundle with parameters of type DeviceService | |
|---|---|
java.lang.Object |
DeviceInterestBundle.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
void |
DeviceBundle.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.device.device.servlet |
|---|
| Methods in org.eclipse.soda.dk.device.device.servlet with parameters of type DeviceService | |
|---|---|
void |
DeviceDeviceServlet.processDevice(DeviceDeviceServletContext context,
DeviceService device)
Process device with the specified context and device parameters. |
| Uses of DeviceService in org.eclipse.soda.dk.device.factory |
|---|
| Methods in org.eclipse.soda.dk.device.factory that return DeviceService | |
|---|---|
abstract DeviceService |
DeviceFactory.createService(TransportService transport)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.device.managed |
|---|
| Methods in org.eclipse.soda.dk.device.managed that return DeviceService | |
|---|---|
abstract DeviceService |
DeviceManaged.createService(TransportService transport)
Create service with the specified transport parameter and return the Object result. |
DeviceService |
DeviceManaged.getDevice()
Return the device. |
| Uses of DeviceService in org.eclipse.soda.dk.device.registry.bundle |
|---|
| Methods in org.eclipse.soda.dk.device.registry.bundle that return DeviceService | |
|---|---|
DeviceService |
DeviceRegistryBundle.getDevice()
Return the device service object. |
| Uses of DeviceService in org.eclipse.soda.dk.device.service |
|---|
| Subinterfaces of DeviceService in org.eclipse.soda.dk.device.service | |
|---|---|
interface |
DeviceRegistryService
The DeviceRegistryService interface defines the DeviceManagerService concept. |
| Methods in org.eclipse.soda.dk.device.service that return DeviceService | |
|---|---|
DeviceService |
DeviceControl.getDevice()
Gets the Device device property value. |
DeviceService |
DeviceRegistryService.getDevice(java.lang.String key)
Perform the getDevice method and return the CommandService result. |
| Methods in org.eclipse.soda.dk.device.service with parameters of type DeviceService | |
|---|---|
void |
DeviceListener.controlChanged(DeviceService device,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
DeviceListener.deviceChanged(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes. |
void |
DeviceControl.setDevice(DeviceService device)
Sets the device property. |
| Uses of DeviceService in org.eclipse.soda.dk.device.test |
|---|
| Methods in org.eclipse.soda.dk.device.test that return DeviceService | |
|---|---|
DeviceService |
DeviceTest.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
DeviceTest.getDevice()
Gets the device to be tested. |
| Methods in org.eclipse.soda.dk.device.test with parameters of type DeviceService | |
|---|---|
void |
DeviceTest.controlChanged(DeviceService container,
java.lang.Object timestamp,
ControlService control,
int code)
The controlChanged method is called when a control was changed. |
void |
DeviceTest.deviceChanged(DeviceService deviceService,
java.lang.Object timestamp,
int newState,
int oldState)
This method will be called when the state of the DeviceService changes. |
void |
DeviceTest.setDevice(DeviceService device)
Sets the device to be tested. |
| Uses of DeviceService in org.eclipse.soda.dk.device.test.bundle |
|---|
| Methods in org.eclipse.soda.dk.device.test.bundle with parameters of type DeviceService | |
|---|---|
abstract DeviceTestService |
DeviceTestBundle.createService(DeviceService device)
Create the Tester for the specified device. |
| Uses of DeviceService in org.eclipse.soda.dk.device.test.factory |
|---|
| Methods in org.eclipse.soda.dk.device.test.factory with parameters of type DeviceService | |
|---|---|
abstract DeviceTestService |
DeviceTestFactory.createService(DeviceService device)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.device.test.managed |
|---|
| Methods in org.eclipse.soda.dk.device.test.managed that return DeviceService | |
|---|---|
DeviceService |
DeviceTestManaged.getDevice()
Get the DeviceService to be used by the deviceTest. |
| Methods in org.eclipse.soda.dk.device.test.managed with parameters of type DeviceService | |
|---|---|
abstract DeviceTestService |
DeviceTestManaged.createService(DeviceService transport)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.device.test.service |
|---|
| Methods in org.eclipse.soda.dk.device.test.service that return DeviceService | |
|---|---|
DeviceService |
DeviceTestService.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.device.test.service with parameters of type DeviceService | |
|---|---|
void |
DeviceTestService.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.device.testcase |
|---|
| Fields in org.eclipse.soda.dk.device.testcase declared as DeviceService | |
|---|---|
protected DeviceService |
DeviceTestcase.device
Define the device (DeviceService) field. |
| Methods in org.eclipse.soda.dk.device.testcase that return DeviceService | |
|---|---|
abstract DeviceService |
DeviceTestcase.createDevice()
Create device and return the DeviceService result. |
DeviceService |
DeviceTestcase.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.device.testcase with parameters of type DeviceService | |
|---|---|
void |
DeviceTestcase.controlChanged(DeviceService device,
java.lang.Object timestamp,
ControlService control,
int code)
Control changed with the specified device, timestamp, control and code parameters. |
void |
DeviceTestcase.deviceChanged(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed with the specified source, timestamp, new state and old state parameters. |
void |
DeviceTestcase.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.device.testcases |
|---|
| Classes in org.eclipse.soda.dk.device.testcases that implement DeviceService | |
|---|---|
class |
TestDevice
|
| Uses of DeviceService in org.eclipse.soda.dk.measurement |
|---|
| Fields in org.eclipse.soda.dk.measurement declared as DeviceService | |
|---|---|
protected DeviceService |
MethodMeasurement.device
Define the device (DeviceService) field. |
| Methods in org.eclipse.soda.dk.measurement that return DeviceService | |
|---|---|
DeviceService |
MethodMeasurement.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.measurement with parameters of type DeviceService | |
|---|---|
void |
MethodMeasurement.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.profile |
|---|
| Classes in org.eclipse.soda.dk.profile that implement DeviceService | |
|---|---|
class |
DeviceProfile
|
class |
Profile
|
| Fields in org.eclipse.soda.dk.profile declared as DeviceService | |
|---|---|
protected DeviceService |
Profile.device
Define the device (DeviceService) field. |
| Methods in org.eclipse.soda.dk.profile that return DeviceService | |
|---|---|
DeviceService |
Profile.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
Profile.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.profile with parameters of type DeviceService | |
|---|---|
void |
Profile.controlChanged(DeviceService device,
java.lang.Object timestamp,
ControlService control,
int code)
Control changed with the specified device, timestamp, control and code parameters. |
void |
Profile.deviceChanged(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed with the specified source, timestamp, new state and old state parameters. |
void |
Profile.deviceChangedCustom(DeviceService source,
java.lang.Object timestamp,
int newState,
int oldState)
Device changed custom with the specified source, timestamp, new state and old state parameters. |
void |
Profile.setDevice(DeviceService device)
Sets the device value. |
void |
Profile.setDeviceCustom(DeviceService device)
Sets the device custom value. |
| Uses of DeviceService in org.eclipse.soda.dk.profile.bundle |
|---|
| Methods in org.eclipse.soda.dk.profile.bundle that return DeviceService | |
|---|---|
DeviceService |
ProfileBundle.getDevice()
Get the DeviceService to be used by the profile. |
| Methods in org.eclipse.soda.dk.profile.bundle with parameters of type DeviceService | |
|---|---|
abstract ProfileService |
ProfileBundle.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
void |
ProfileBundle.setDevice(DeviceService device)
Sets the device value. |
| Uses of DeviceService in org.eclipse.soda.dk.profile.factory |
|---|
| Methods in org.eclipse.soda.dk.profile.factory with parameters of type DeviceService | |
|---|---|
ProfileService |
ProfileFactory.createService(DeviceService device)
Create service with the specified transport parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.profile.managed |
|---|
| Methods in org.eclipse.soda.dk.profile.managed that return DeviceService | |
|---|---|
DeviceService |
ProfileManaged.getDevice()
Get the DeviceService to be used by the profile. |
| Methods in org.eclipse.soda.dk.profile.managed with parameters of type DeviceService | |
|---|---|
ProfileService |
ProfileManaged.createService(DeviceService device)
Create service with the specified device parameter and return the Object result. |
| Uses of DeviceService in org.eclipse.soda.dk.profile.test |
|---|
| Methods in org.eclipse.soda.dk.profile.test that return DeviceService | |
|---|---|
DeviceService |
ProfileTest.getDefaultDevice()
Gets the default device (DeviceService) value. |
DeviceService |
ProfileTest.getDevice()
Gets the device to be tested. |
| Methods in org.eclipse.soda.dk.profile.test with parameters of type DeviceService | |
|---|---|
void |
ProfileTest.setDevice(DeviceService device)
Sets the device to be tested. |
| Uses of DeviceService in org.eclipse.soda.dk.signal |
|---|
| Fields in org.eclipse.soda.dk.signal declared as DeviceService | |
|---|---|
protected DeviceService |
MethodSignal.device
Define the device (DeviceService) field. |
| Methods in org.eclipse.soda.dk.signal that return DeviceService | |
|---|---|
DeviceService |
MethodSignal.getDevice()
Gets the device (DeviceService) value. |
| Methods in org.eclipse.soda.dk.signal with parameters of type DeviceService | |
|---|---|
void |
MethodSignal.setDevice(DeviceService device)
Sets the device value. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||