| Package | Description |
|---|---|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDeclaration[] |
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters.getHierarchy()
The InstanceDeclarations which are before this.
|
InstanceDeclaration |
UaTypeInstanceDeclarationHierarchy.getInstanceDeclaration() |
InstanceDeclaration |
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters.getInstanceDeclaration()
The current InstanceDeclaration
|
InstanceDeclaration |
InstantiationParameters.getInstanceDeclaration()
The InstanceDeclaration
|
InstanceDeclaration |
InstanceDeclarationHierarchy.getRoot()
Get the root InstanceDeclaration in the InstanceDeclarationHierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends InstanceDeclaration> |
InstanceDeclaration.getNextDeclarations()
Returns all InstanceDeclarations, that are connected to this InstanceDeclaration with forward
InstanceReferenceDeclarations.
|
Set<? extends InstanceDeclaration> |
InstanceDeclaration.getNextMandatoryDeclarations()
Returns all the mandatory InstanceDeclarations, that are connected to this InstanceDeclaration
with forward InstanceReferenceDeclarations.
|
Set<? extends InstanceDeclaration> |
InstanceDeclaration.getNextMandatoryDeclarations(Set<RelativeNamePath> optionalNodes)
Returns all the mandatory InstanceDeclarations, that are connected to this InstanceDeclaration
with forward InstanceReferenceDeclarations.
|
| Constructor and Description |
|---|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeId nodeId,
NodeManagerUaNode nodeManager,
UaNode parent)
Creates new InstantiationParameters, the NodeAttributes are cloned
|
InstantiationParameters(InstanceDeclaration instanceDeclaration,
NodeManagerUaNode nodeManager,
NodeId nodeId,
UaNode parent,
QualifiedName browseName,
LocalizedText displayName) |
InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration,
NamespaceTable namespaceTable,
InstanceDeclaration[] hierarchy) |
InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration,
NamespaceTable namespaceTable,
InstanceDeclaration[] hierarchy) |
Copyright © 2026. All rights reserved.