| Package | Description |
|---|---|
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainProperty<T>
A very plain implementation of the UA property node.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> PlainVariable<T> |
BaseNode.addPlainVariable(NodeId nodeId,
String name)
Creates a new PlainVariable
|
protected <T> PlainVariable<T> |
BaseNode.registerPlainVariable(String name,
NodeId typeDefinitionId,
NodeId dataTypeId)
Create a new variable as a component of this node.
|
protected <T> PlainVariable<T> |
BaseNode.registerPlainVariable(String name,
NodeId typeDefinitionId,
T initialValue)
Create a new variable as a component of this node.
|
Copyright © 2026. All rights reserved.