| Modifier and Type | Field and Description |
|---|---|
static EmptyNodeManager<UaNode> |
EmptyNodeManager.INSTANCE
An
EmptyNodeManager for UaNodes. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
AddressSpaceManager.getManagedNode(ExpandedNodeId nodeId)
Get the managed
UaNode identified by nodeId from the first registered NodeManager that
has it, if there is one. |
Optional<UaNode> |
AddressSpaceManager.getManagedNode(NodeId nodeId)
Get the managed
UaNode identified by nodeId from the first registered NodeManager that
has it, if there is one. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressSpaceManager.register(NodeManager<UaNode> nodeManager)
Register a
NodeManager with this AddressSpaceManager. |
void |
AddressSpaceManager.unregister(NodeManager<UaNode> nodeManager)
Unregister a
NodeManager with this AddressSpaceManager. |
| Constructor and Description |
|---|
ServerDiagnosticsObject(ServerDiagnosticsTypeNode node,
NodeManager<UaNode> diagnosticsNodeManager) |
SessionDiagnosticsObject(SessionDiagnosticsObjectTypeNode node,
Session session,
NodeManager<UaNode> diagnosticsNodeManager) |
SessionsDiagnosticsSummaryObject(SessionsDiagnosticsSummaryTypeNode node,
NodeManager<UaNode> diagnosticsNodeManager) |
| Constructor and Description |
|---|
SessionDiagnosticsVariableArray(SessionDiagnosticsArrayTypeNode node,
NodeManager<UaNode> diagnosticsNodeManager) |
SessionSecurityDiagnosticsVariableArray(SessionSecurityDiagnosticsArrayTypeNode node,
NodeManager<UaNode> diagnosticsNodeManager) |
SubscriptionDiagnosticsVariableArray(SubscriptionDiagnosticsArrayTypeNode node,
NodeManager<UaNode> diagnosticsNodeManager) |
| Constructor and Description |
|---|
NodeLoader(UaNodeContext context,
NodeManager<UaNode> nodeManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
UaDataTypeNode |
class |
UaFolderNode |
class |
UaMethodNode |
class |
UaObjectNode |
class |
UaObjectTypeNode |
class |
UaPropertyNode
Deprecated.
create a
PropertyTypeNode instead. |
class |
UaReferenceTypeNode |
class |
UaVariableNode |
class |
UaVariableTypeNode |
class |
UaViewNode |
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
UaNode.findNode(QualifiedName browseName)
Find a
UaNode with the specified browseName referenced by this node. |
Optional<UaNode> |
UaNode.findNode(QualifiedName browseName,
Predicate<Reference> references)
Find a
UaNode with the specified browseName referenced by this node. |
Optional<UaNode> |
UaNode.findNode(QualifiedName browseName,
Predicate<UaNode> nodePredicate,
Predicate<Reference> referencePredicate)
Find a
UaNode with the specified browseName referenced by this node. |
Optional<UaNode> |
UaNode.findNode(String namespaceUri,
String browseName,
Predicate<UaNode> nodePredicate,
Predicate<Reference> referencePredicate)
|
List<UaNode> |
UaObjectNode.getComponentNodes() |
protected Optional<UaNode> |
UaNode.getManagedNode(ExpandedNodeId nodeId) |
protected Optional<UaNode> |
UaNode.getManagedNode(NodeId nodeId) |
NodeManager<UaNode> |
UaNodeContext.getNodeManager() |
NodeManager<UaNode> |
UaNode.getNodeManager() |
List<UaNode> |
UaObjectNode.getPropertyNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
UaVariableNode.addComponent(UaNode node)
Add a 'HasComponent' reference from this Object to
node and an inverse 'ComponentOf' reference from
node back to this Object. |
void |
UaObjectTypeNode.addComponent(UaNode node)
Add a 'HasComponent' reference from this node to
node and an inverse 'ComponentOf' reference from
node back to this node. |
void |
UaObjectNode.addComponent(UaNode node)
Add a 'HasComponent' reference from this Object to
node and an inverse 'ComponentOf' reference from
node back to this Object. |
void |
UaFolderNode.addOrganizes(UaNode node)
Add an 'Organizes' reference from this folder to
node and an inverse 'Organized By' reference from
node back to this folder. |
void |
AttributeObserver.attributeChanged(UaNode node,
AttributeId attributeId,
Object value)
The Attribute indicated by
attributeId on node changed. |
void |
UaVariableNode.removeComponent(UaNode node)
Remove the 'HasComponent' reference from this Object to
node and the inverse 'ComponentOf' reference
from node back to this Object. |
void |
UaObjectNode.removeComponent(UaNode node)
Remove the 'HasComponent' reference from this Object to
node and the inverse 'ComponentOf' reference
from node back to this Object. |
void |
UaFolderNode.removeOrganizes(UaNode node)
Remove the 'Organizes' reference from this folder to
node and the inverse 'Organized By' reference from
node back to this folder. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
UaNode.findNode(QualifiedName browseName,
Predicate<UaNode> nodePredicate,
Predicate<Reference> referencePredicate)
Find a
UaNode with the specified browseName referenced by this node. |
Optional<UaNode> |
UaNode.findNode(String namespaceUri,
String browseName,
Predicate<UaNode> nodePredicate,
Predicate<Reference> referencePredicate)
|
| Modifier and Type | Method and Description |
|---|---|
default DataValue |
AttributeDelegate.getAttribute(AttributeContext context,
UaNode node,
AttributeId attributeId) |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
NodeFactory.createNode(NodeId rootNodeId,
ExpandedNodeId typeDefinitionId) |
UaNode |
NodeFactory.createNode(NodeId rootNodeId,
ExpandedNodeId typeDefinitionId,
NodeFactory.InstantiationCallback instantiationCallback) |
UaNode |
NodeFactory.createNode(NodeId rootNodeId,
NodeId typeDefinitionId) |
UaNode |
NodeFactory.createNode(NodeId rootNodeId,
NodeId typeDefinitionId,
NodeFactory.InstantiationCallback instantiationCallback) |
| Modifier and Type | Method and Description |
|---|---|
Tree<UaNode> |
NodeFactory.createNodeTree(NodeId rootNodeId,
NodeId typeDefinitionId,
NodeFactory.InstantiationCallback instantiationCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NodeFactory.isOptionalDeclaration(UaNode node) |
default void |
NodeFactory.InstantiationCallback.onObjectAdded(@Nullable UaNode parent,
UaObjectNode instance,
NodeId typeDefinitionId)
Called when a
UaObjectNode has been added to a parent UaNode by a hierarchical
reference somewhere in the instance hierarchy. |
default void |
NodeFactory.InstantiationCallback.onVariableAdded(@Nullable UaNode parent,
UaVariableNode instance,
NodeId typeDefinitionId)
Called when a
UaVariableNode has been added to a parent UaNode by a hierarchical
reference somewhere in the instance hierarchy. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeFactory.notifyInstantiationCallback(Tree<UaNode> nodeTree,
NodeFactory.InstantiationCallback instantiationCallback) |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
AttributeFilterContext.getNode()
Get the
UaNode an attribute is being get from or set on. |
| Modifier and Type | Method and Description |
|---|---|
Object |
AttributeFilterChain.getAttribute(@Nullable Session session,
UaNode node,
AttributeId attributeId)
Get the value for the attribute identified by
attributeId from node. |
Object |
AttributeFilterChain.getAttribute(UaNode node,
AttributeId attributeId)
Get the value for the attribute identified by
attributeId from node. |
void |
AttributeFilterChain.setAttribute(@Nullable Session session,
UaNode node,
AttributeId attributeId,
Object value)
Set the value for the attribute identified by
attributeId. |
void |
AttributeFilterChain.setAttribute(UaNode node,
AttributeId attributeId,
Object value)
Set the value for the attribute identified by
attributeId. |
Copyright © 2021. All rights reserved.