Class AssemblyDevice
java.lang.Object
com.kosdev.kos.core.service.device.Device<BaseDeviceConfig>
com.kosdev.kos.core.service.device.AssemblyDevice
- All Implemented Interfaces:
ConfigAware<BaseDeviceConfig>,HandleAware,JsonDescriptorAware
An implementation of
Device that simply exposes all available
assemblies. This is the default Device in KOS.- Since:
- 1
- Version:
- 1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kosdev.kos.core.service.device.Device
getConfig, getDescriptor, getDeviceType, getHandle, getName, getNodeId, getSerialNumber, loadDescriptor, loadDescriptor, notifyListeners, setConfig, setDescriptor, setNameMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kosdev.kos.commons.core.service.config.ConfigAware
onConfigChanged, onConfigSetMethods inherited from interface com.kosdev.kos.commons.core.service.handle.HandleAware
addHandleChild, getPath
-
Constructor Details
-
AssemblyDevice
- Since:
- 1
-
-
Method Details
-
getAssemblies
Return the list of assemblies- Since:
- 1
-