Uses of Interface
com.tccc.kos.commons.manifest.device.ManifestNodeInfo
Packages that use ManifestNodeInfo
-
Uses of ManifestNodeInfo in com.tccc.kos.commons.manifest.device
Methods in com.tccc.kos.commons.manifest.device that return types with arguments of type ManifestNodeInfoModifier and TypeMethodDescriptionCollection<? extends ManifestNodeInfo>
ManifestDeviceInfo.getNodes()
Return a list of the nodes that makes up the device. -
Uses of ManifestNodeInfo in com.tccc.kos.core.service.manifest
Methods in com.tccc.kos.core.service.manifest that return ManifestNodeInfoModifier and TypeMethodDescriptionManifestService.getNodeInfo
(NodeId nodeId) Return node information for the specified nodeId.ManifestService.getNodeInfo
(String nodeId) Return node information for the specified nodeId.Methods in com.tccc.kos.core.service.manifest that return types with arguments of type ManifestNodeInfoModifier and TypeMethodDescriptionManifestService.getNodes()
Return the list of nodes defined for this device.