Uses of Class
de.iip_ecosphere.platform.connectors.opcuav1.OpcUaConnector.NodeCacheEntry
-
Uses of OpcUaConnector.NodeCacheEntry in de.iip_ecosphere.platform.connectors.opcuav1
Fields in de.iip_ecosphere.platform.connectors.opcuav1 declared as OpcUaConnector.NodeCacheEntryModifier and TypeFieldDescriptionprivate OpcUaConnector.NodeCacheEntryOpcUaConnector.OpcUaModelAccess.baseFields in de.iip_ecosphere.platform.connectors.opcuav1 with type parameters of type OpcUaConnector.NodeCacheEntryModifier and TypeFieldDescriptionprivate Map<String, OpcUaConnector.NodeCacheEntry> OpcUaConnector.OpcUaModelAccess.nodesMethods in de.iip_ecosphere.platform.connectors.opcuav1 that return OpcUaConnector.NodeCacheEntryModifier and TypeMethodDescriptionprivate OpcUaConnector.NodeCacheEntryOpcUaConnector.OpcUaModelAccess.retrieveCacheEntry(String qName) Retrieves a node starting at the root of the OPC UA model based on the node's qualified nameqName.Methods in de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type OpcUaConnector.NodeCacheEntryModifier and TypeMethodDescriptionprivate org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNodeOpcUaConnector.OpcUaModelAccess.retrieveVariableNode(String qName, OpcUaConnector.NodeCacheEntry entry) Retrieves an OPC UA variable node from a cache node entry.Constructors in de.iip_ecosphere.platform.connectors.opcuav1 with parameters of type OpcUaConnector.NodeCacheEntryModifierConstructorDescriptionprotectedOpcUaModelAccess(OpcUaConnector.NodeCacheEntry base, String basePath, OpcUaConnector<CO, CI>.OpcUaModelAccess parent, Map<String, OpcUaConnector.NodeCacheEntry> nodes) Creates the instance and binds the listener to the creating connector instance.Constructor parameters in de.iip_ecosphere.platform.connectors.opcuav1 with type arguments of type OpcUaConnector.NodeCacheEntryModifierConstructorDescriptionprotectedOpcUaModelAccess(OpcUaConnector.NodeCacheEntry base, String basePath, OpcUaConnector<CO, CI>.OpcUaModelAccess parent, Map<String, OpcUaConnector.NodeCacheEntry> nodes) Creates the instance and binds the listener to the creating connector instance.