| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelChangeType |
ModelChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelChangeType[] |
ModelChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralModelChangeEvent.addChange(NodeId affectedNodeId,
NodeId typeDefinition,
ModelChangeType... changeTypes)
Add a model change to the event before triggering it.
|
void |
GeneralModelChangeEvent.addChange(UaNode affectedNode,
ModelChangeType... changeTypes)
Add a model change to the event before triggering it.
|
void |
NodeManagerRoot.addModelChange(NodeId nodeAffected,
NodeId typeDefinition,
ModelChangeType... changeTypes)
Adds a change to the ModelChangeEvent, if one is active.
|
void |
NodeManagerRoot.addModelChange(UaNode nodeAffected,
ModelChangeType... changeTypes)
Adds a change to the ModelChangeEvent, if one is active.
|
Copyright © 2026. All rights reserved.