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.NodeCacheEntry Modifier and Type Field Description private OpcUaConnector.NodeCacheEntryOpcUaConnector.OpcUaModelAccess. baseFields in de.iip_ecosphere.platform.connectors.opcuav1 with type parameters of type OpcUaConnector.NodeCacheEntry Modifier and Type Field Description private java.util.Map<java.lang.String,OpcUaConnector.NodeCacheEntry>OpcUaConnector.OpcUaModelAccess. nodesMethods in de.iip_ecosphere.platform.connectors.opcuav1 that return OpcUaConnector.NodeCacheEntry Modifier and Type Method Description private OpcUaConnector.NodeCacheEntryOpcUaConnector.OpcUaModelAccess. retrieveCacheEntry(java.lang.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.NodeCacheEntry Modifier and Type Method Description private org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNodeOpcUaConnector.OpcUaModelAccess. retrieveVariableNode(java.lang.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.NodeCacheEntry Constructor Description OpcUaModelAccess(OpcUaConnector.NodeCacheEntry base, java.lang.String basePath, OpcUaConnector.OpcUaModelAccess parent, java.util.Map<java.lang.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.NodeCacheEntry Constructor Description OpcUaModelAccess(OpcUaConnector.NodeCacheEntry base, java.lang.String basePath, OpcUaConnector.OpcUaModelAccess parent, java.util.Map<java.lang.String,OpcUaConnector.NodeCacheEntry> nodes)Creates the instance and binds the listener to the creating connector instance.
-