| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| Modifier and Type | Method and Description |
|---|---|
UaBrowsePath |
UaBrowsePath.append(UaRelativePath path)
Returns an
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given path. |
UaBrowsePath |
UaBrowsePath.append(UaRelativePathElement element)
Returns an
UaBrowsePath whose getRelativePath() contains this
getRelativePath() appended with the given element. |
static UaBrowsePath |
UaBrowsePath.from(BrowsePath browsePath,
NamespaceTable namespaceTable)
|
static UaBrowsePath |
UaBrowsePath.from(UaNodeId startingNode,
UaRelativePath relativePath) |
| Modifier and Type | Method and Description |
|---|---|
default List<UaBrowsePath> |
UaNode.getUaBrowsePaths()
Get all BrowsePaths to this node, from the Parents of the node.
|
Copyright © 2026. All rights reserved.