| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
RelativePathElement |
UaRelativePathElement.toRelativePathElement(NamespaceTable namespaceTable)
Converts to
RelativePathElement in the context of the given NamespaceTable. |
| Modifier and Type | Method and Description |
|---|---|
static UaRelativePathElement |
UaRelativePathElement.from(RelativePathElement element,
NamespaceTable namespaceTable)
Creates
UaRelativePathElement from the given RelativePathElement using the
given NamespaceTable for the conversions. |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathTarget[] |
AddressSpace.translateBrowsePathToNodeId(NodeId startingNode,
RelativePathElement... elements)
Translate a single browse path to a NodeId.
|
| Modifier and Type | Method and Description |
|---|---|
RelativePathElement |
RelativePathElement.Builder.build() |
RelativePathElement |
RelativePathElement.clone() |
RelativePathElement[] |
RelativePath.getElements() |
RelativePathElement[] |
RelativePath.Builder.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelativePath.setElements(RelativePathElement[] value) |
RelativePath.Builder |
RelativePath.Builder.setElements(RelativePathElement[] value) |
| Constructor and Description |
|---|
RelativePath(RelativePathElement[] f_elements) |
Copyright © 2026. All rights reserved.