| Modifier and Type | Method and Description |
|---|---|
UaNode |
NodeCache.canonicalize(UaNode node)
Canonicalize
node in the NodeCache and return it. |
@Nullable UaNode |
NodeCache.getIfPresent(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId) |
UaNode |
AddressSpace.getNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Get a
UaNode instance for the Node identified by nodeId. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends UaNode> |
AddressSpace.browseNodes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Browse from
nodeId using the currently configured AddressSpace.BrowseOptions. |
List<? extends UaNode> |
AddressSpace.browseNodes(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
AddressSpace.BrowseOptions browseOptions)
Browse from
nodeId using browseOptions. |
List<? extends UaNode> |
AddressSpace.browseNodes(UaNode node)
Browse from
node using the currently configured AddressSpace.BrowseOptions. |
List<? extends UaNode> |
AddressSpace.browseNodes(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Browse from
node using browseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Browse from
nodeId using the currently configured AddressSpace.BrowseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
AddressSpace.BrowseOptions browseOptions)
Browse from
nodeId using browseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(UaNode node)
Browse from
node using the currently configured AddressSpace.BrowseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Browse from
node using browseOptions. |
CompletableFuture<? extends UaNode> |
AddressSpace.getNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
Get a
UaNode instance for the Node identified by nodeId. |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription> |
AddressSpace.browse(UaNode node)
Call the Browse service to get a
UaNode's references using the currently configured
AddressSpace.BrowseOptions. |
List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription> |
AddressSpace.browse(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Call the Browse service to get a
UaNode's references. |
CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>> |
AddressSpace.browseAsync(UaNode node)
Call the Browse service to get a
UaNode's references using the currently configured
AddressSpace.BrowseOptions. |
CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>> |
AddressSpace.browseAsync(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Call the Browse service to get a
UaNode's references. |
List<? extends UaNode> |
AddressSpace.browseNodes(UaNode node)
Browse from
node using the currently configured AddressSpace.BrowseOptions. |
List<? extends UaNode> |
AddressSpace.browseNodes(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Browse from
node using browseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(UaNode node)
Browse from
node using the currently configured AddressSpace.BrowseOptions. |
CompletableFuture<List<? extends UaNode>> |
AddressSpace.browseNodesAsync(UaNode node,
AddressSpace.BrowseOptions browseOptions)
Browse from
node using browseOptions. |
UaNode |
NodeCache.canonicalize(UaNode node)
Canonicalize
node in the NodeCache and return it. |
void |
NodeCache.put(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
UaNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
UaDataTypeNode |
class |
UaMethodNode |
class |
UaObjectNode |
class |
UaObjectTypeNode |
class |
UaReferenceTypeNode |
class |
UaVariableNode |
class |
UaVariableTypeNode |
class |
UaViewNode |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
UaNode.canonicalize()
Make this Node instance the canonical instance of the Node identified this Node's
NodeId. |
UaNode |
UaNode.invalidate()
Invalidate this Node's entry in the NodeCache as well as its status as the canonical Node,
if applicable
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends UaNode> |
UaNode.browseNodes()
Call the Browse service to get the
UaNodes referenced by this Node, using the currently
configured AddressSpace.BrowseOptions from the AddressSpace. |
List<? extends UaNode> |
UaNode.browseNodes(AddressSpace.BrowseOptions browseOptions)
Call the Browse service to get the
UaNodes referenced by this Node. |
CompletableFuture<List<? extends UaNode>> |
UaNode.browseNodesAsync()
Call the Browse service to get the
UaNodes referenced by this Node, using the currently
configured AddressSpace.BrowseOptions from the AddressSpace. |
CompletableFuture<List<? extends UaNode>> |
UaNode.browseNodesAsync(AddressSpace.BrowseOptions browseOptions)
Call the Browse service to get the
UaNodes referenced by this Node. |
protected CompletableFuture<? extends UaNode> |
UaNode.getComponentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass) |
protected CompletableFuture<UaNode> |
UaNode.getMemberNodeAsync(String namespaceUri,
String name,
org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId referenceTypeId,
boolean includeSubtypes) |
Copyright © 2021. All rights reserved.