| 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.nodes |
Common
UaNode model. |
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
UaAddressSpace |
InternalUaNodeParameters.getAddressSpace() |
abstract UaAddressSpace |
UaApplication.getAddressSpace() |
| Constructor and Description |
|---|
DataTypeConverter(UaAddressSpace addressSpace)
Creates a new DataTypeConverter, using a given AddressSpace that is used to look up the
UaDataType Nodes that are used.
|
InternalUaNodeParameters(UaAddressSpace addressSpace,
UaNodeId nodeId,
UaQualifiedName browseName,
LocalizedText localizedText)
Creates new instance.
|
InternalUaNodeSetAddressSpaceParser(UaNamespace primaryNamespace,
UaAddressSpace addressSpace,
Set<UaNode> nodesToWrite,
Set<UaNodeId> ignoreValuesfromNodes,
Set<UaNamespace> referenceDependencyIgnoreNamespaces)
Internal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressSpace
OPC UA Address Space.
|
| Modifier and Type | Method and Description |
|---|---|
UaAddressSpace |
UaNode.getAddressSpace()
Returns the (@link UaAddressSpace) of the (@link UaNode).
|
UaAddressSpace |
UaNode.Parameters.getAddressSpace()
Address space where the node belongs to.
|
| Constructor and Description |
|---|
AbstractUaNodeFactory(UaAddressSpace context)
Creates a new
AbstractUaNodeFactory that will use the given context and context class. |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeManagerTable
A collection of node managers, used in an UA Server.
|
Copyright © 2026. All rights reserved.