| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Predicate<Reference> |
Reference.ALWAYS_GENERATES_EVENT_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_COMPONENT_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_DESCRIPTION_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_EVENT_SOURCE_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_MODELLING_RULE_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_NOTIFIER_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_PROPERTY_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.HAS_TYPE_DEFINITION_PREDICATE |
static java.util.function.Predicate<Reference> |
Reference.ORGANIZES_PREDICATE |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
ViewManager.getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId)
If the node identified by
nodeId exists return all References. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Reference> |
UaNode.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
UaVariableNode.UaVariableNodeBuilder |
UaVariableNode.UaVariableNodeBuilder.addReference(Reference reference) |
UaObjectNode.UaObjectNodeBuilder |
UaObjectNode.UaObjectNodeBuilder.addReference(Reference reference) |
void |
UaNode.addReference(Reference reference) |
void |
UaNode.removeReference(Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
UaNode.addReferences(Collection<Reference> c) |
void |
UaNode.removeReferences(Collection<Reference> c) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
VendorNamespace.getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId) |
CompletableFuture<List<Reference>> |
OpcUaNamespace.getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
NoOpNamespace.getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId) |
Copyright © 2015. All rights reserved.