| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| Modifier and Type | Field and Description |
|---|---|
static ModellingRule |
ModellingRule.ExposesItsArray |
static ModellingRule |
ModellingRule.Mandatory |
static ModellingRule |
ModellingRule.MandatoryPlaceholder |
static ModellingRule |
ModellingRule.Optional |
static ModellingRule |
ModellingRule.OptionalPlaceholder |
static ModellingRule[] |
ModellingRule.values |
| Modifier and Type | Method and Description |
|---|---|
static ModellingRule |
ModellingRule.byInstanceDeclaration(UaNode instanceDeclaration)
Get ModellingRule from an InstanceDeclaration Node.
|
static ModellingRule |
ModellingRule.byModellingRuleNode(UaNode modellingRuleNode)
Get ModellingRule from UaNode that describes one.
|
| Modifier and Type | Method and Description |
|---|---|
ModellingRule |
InstanceDeclaration.getModellingRule()
Returns ModellingRule of the InstanceDeclaration, can be null.
|
| Modifier and Type | Method and Description |
|---|---|
UaReference |
UaInstanceNode.addModellingRule(ModellingRule modellingRule)
Adds a ModellingRule reference to the node.
|
Copyright © 2026. All rights reserved.