| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| Modifier and Type | Field and Description |
|---|---|
static UaRelativePath |
UaRelativePath.EMPTY
Constant representing empty path.
|
| Modifier and Type | Method and Description |
|---|---|
UaRelativePath |
UaRelativePath.append(UaRelativePath path)
Returns
UaRelativePath that has the element of the given path added to the
getElements() of this path. |
UaRelativePath |
UaRelativePath.append(UaRelativePathElement element)
Returns
UaRelativePath that has the element added to the getElements() of this
path. |
static UaRelativePath |
UaRelativePath.from(List<UaRelativePathElement> elements) |
static UaRelativePath |
UaRelativePath.from(RelativePath relativePath,
NamespaceTable namespaceTable)
|
static UaRelativePath |
UaRelativePath.from(UaRelativePathElement... elements) |
UaRelativePath |
UaBrowsePath.getRelativePath() |
| Modifier and Type | Method and Description |
|---|---|
UaRelativePath |
UaRelativePath.append(UaRelativePath path)
Returns
UaRelativePath that has the element of the given path added to the
getElements() of this path. |
UaBrowsePath |
UaBrowsePath.append(UaRelativePath path)
Returns an
UaBrowsePath whose UaBrowsePath.getRelativePath() contains this
UaBrowsePath.getRelativePath() appended with the given path. |
static UaBrowsePath |
UaBrowsePath.from(UaNodeId startingNode,
UaRelativePath relativePath) |
Copyright © 2026. All rights reserved.