| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<NodeId,ServerNode> |
AbstractServerNodeMap.delegate() |
default Optional<ServerNode> |
ServerNodeMap.getNode(ExpandedNodeId nodeId)
Get the
ServerNode identified by the provided ExpandedNodeId, if it exists. |
default Optional<ServerNode> |
ServerNodeMap.getNode(NodeId nodeId)
Get the
ServerNode identified by the provided NodeId, if it exists. |
protected ConcurrentMap<NodeId,ServerNode> |
AbstractServerNodeMap.makeNodeMap(com.google.common.collect.MapMaker mapMaker) |
default Optional<ServerNode> |
ServerNodeMap.removeNode(NodeId nodeId)
Remove the
ServerNode identified by the provided NodeId, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
default void |
ServerNodeMap.addNode(ServerNode node)
Add a
UaNode to this ServerNodeMap. |
default boolean |
ServerNodeMap.containsNode(ServerNode node)
Check if a
UaNode exists in this ServerNodeMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedVariableNode |
class |
UaDataTypeNode |
class |
UaFolderNode |
class |
UaMethodNode |
class |
UaNode |
class |
UaObjectNode |
class |
UaObjectTypeNode |
class |
UaPropertyNode |
class |
UaReferenceTypeNode |
class |
UaVariableNode |
class |
UaVariableTypeNode |
class |
UaViewNode |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<ServerNode> |
UaNode.getNode(ExpandedNodeId nodeId) |
protected Optional<ServerNode> |
UaNode.getNode(NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
static Set<AccessLevel> |
AttributeUtil.getAccessLevels(ServerNode node,
AttributeContext context) |
static Set<AccessLevel> |
AttributeUtil.getUserAccessLevels(ServerNode node,
AttributeContext context) |
static Set<WriteMask> |
AttributeUtil.getUserWriteMasks(ServerNode node,
AttributeContext internalContext) |
static Set<WriteMask> |
AttributeUtil.getWriteMasks(ServerNode node,
AttributeContext internalContext) |
static DataValue |
AttributeReader.readAttribute(AttributeContext context,
ServerNode node,
AttributeId attributeId,
TimestampsToReturn timestamps,
String indexRange,
QualifiedName dataEncoding) |
static void |
AttributeWriter.writeAttribute(AttributeContext context,
ServerNode node,
AttributeId attributeId,
DataValue value,
String indexRange) |
Copyright © 2018. All rights reserved.