UaNode model.See: Description
| Interface | Description |
|---|---|
| UaCallable |
Defines the interface to an OPC UA node that supports method calls.
|
| UaExternalNode | |
| UaVariableCallback |
A variable implementation that accesses an external value via callback methods.
|
| Class | Description |
|---|---|
| AbstractGeneratedObjectNode | |
| AbstractGeneratedVariableNode | |
| BaseNode |
Straight forward, server side implementation of
UaNode. |
| CacheProperty |
CacheProperty inherited from CacheVariable, which keeps the property value in memory.
|
| CacheVariable |
A base implementation of UaVariable with a value cache.
|
| CallbackInstanceProperty |
A property version of
CallbackInstanceVariable. |
| CallbackInstanceVariable |
An implementation of
InstanceVariable. |
| CallbackProperty |
A property node, whose value is retrieved using a callback method only.
|
| CallbackVariable |
A variable node, whose value is retrieved using a callback method only.
|
| InstanceVariable |
An instance variable is a light-weight implementation of an UaVariable, which actually refers to
an InstanceDeclaration of a type node.
|
| InternalHelper |
Internal helper class used for SDK internals related and Codegen.
|
| PlainInstanceProperty<T> |
A property version of
PlainInstanceVariable. |
| PlainInstanceVariable<T> |
A very plain, type specific implementation of
InstanceVariable. |
| PlainMethod |
Server side implementation of
UaMethod interface. |
| PlainProperty<T> |
A very plain implementation of the UA property node.
|
| PlainVariable<T> |
A very plain, type specific implementation of the UA variable node.
|
| ReflectionCallback | |
| ReflectiveInstanceProperty |
A property version of
ReflectiveInstanceVariable. |
| ReflectiveInstanceVariable |
An
InstanceVariable, which is wrapping a property of a Java object, via reflection, to be
exposed as an OPC UA Variable. |
| ReflectiveProperty |
A generic property node, which wraps the value of a Java property.
|
| ReflectiveVariable |
An OPCUA Variable Node which is wrapping a property of a Java object, via reflection.
|
| ServerNode |
An abstract base class for all server side nodes.
|
| UaDataTypeNode |
Straight forward implementation of
UaDataType. |
| UaExternalNodeImpl |
A server side implementation of the
UaExternalNode. |
| UaInstanceNode |
Straight forward implementation of
UaInstance. |
| UaMethodNode |
Straight forward implementation of
UaMethod. |
| UaObjectNode |
Straight forward implementation of
UaObject. |
| UaObjectTypeNode |
Straight forward implementation of
UaObjectType. |
| UaReferenceTypeNode |
Straight forward implementation of UaReferenceType.
|
| UaServerNodeFactory |
Default implementation of the UaNodeFactory for the server side.
|
| UaServerReference |
UA reference implementation for the server side.
|
| UaTypeNode |
Generic type node.
|
| UaVariableNode |
Abstract base implementation of
UaVariable for UA Server side. |
| UaVariableTypeNode |
Straight forward implementation of
UaVariableType. |
| UaViewNode |
Straight forward implementation of
UaView. |
UaNode model.Copyright © 2026. All rights reserved.