Uses of Interface
com.prosysopc.ua.nodes.UaNode

Packages that use UaNode
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.client.nodes Client side implementation classes for the UaNode model. 
com.prosysopc.ua.nodes Common UaNode model. 
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.io Classes related to dynamically handing Read/Write services. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
com.prosysopc.ua.types.adi   
com.prosysopc.ua.types.adi.client   
com.prosysopc.ua.types.adi.server   
com.prosysopc.ua.types.di   
com.prosysopc.ua.types.di.client   
com.prosysopc.ua.types.di.server   
com.prosysopc.ua.types.gds   
com.prosysopc.ua.types.gds.client   
com.prosysopc.ua.types.gds.server   
com.prosysopc.ua.types.opcua   
com.prosysopc.ua.types.opcua.client   
com.prosysopc.ua.types.opcua.server   
com.prosysopc.ua.types.plc   
com.prosysopc.ua.types.plc.client   
com.prosysopc.ua.types.plc.server   
 

Uses of UaNode in com.prosysopc.ua
 

Methods in com.prosysopc.ua with type parameters of type UaNode
<T extends UaNode>
T
UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
          Convenience method for #getNode(ExpandedNodeId)) that converts the results to given class
<T extends UaNode>
T
UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convenience method for UaAddressSpace.getNode(NodeId) that converts the results to given class
 

Methods in com.prosysopc.ua that return UaNode
abstract  UaNode NodeMap.addNode(UaNode node)
           
 UaNode UaAddressSpace.findNode(org.opcfoundation.ua.builtintypes.NodeId id)
          Find a (@link UaNode) corresponding to the given (@link NodeId).
 UaNode UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for UaAddressSpace.getNode(NodeId) that accepts ExpandedNodeId
 UaNode UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find the UaNode object, corresponding to the NodeId.
abstract  UaNode NodeMap.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected abstract  UaNode ModelParserBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get an existing node in the address space.
abstract  UaNode NodeMap.remove(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Remove a node from the node map.
 UaNode NodeMap.remove(UaNode node)
          Remove a node from the node map.
 

Methods in com.prosysopc.ua with parameters of type UaNode
 void UaAddressSpace.addNode(UaNode node)
          Add a (@link UaNode) to the address space.
abstract  UaNode NodeMap.addNode(UaNode node)
           
 boolean EventListener.isMonitored(UaNode node)
          Used to determine if the node is being monitored for events by a MonitoredItem of a client application.
 void EventListener.onEvent(UaNode node, EventData eventData)
          A notification of an event
 UaNode NodeMap.remove(UaNode node)
          Remove a node from the node map.
 

Constructors in com.prosysopc.ua with parameters of type UaNode
EventData(UaNode node, org.opcfoundation.ua.builtintypes.ByteString eventId)
          Create a new EventData structure using the current field values of an event node.
 

Uses of UaNode in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client with type parameters of type UaNode
<T extends UaNode>
T
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
          Convenience method for AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to the requested class.
<T extends UaNode>
T
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convenience method for AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to the requested class.
 

Methods in com.prosysopc.ua.client that return UaNode
 UaNode NodeCache.addNode(UaNode node)
           
protected  UaNode NodeCache.addNode(UaNode node, org.opcfoundation.ua.builtintypes.DateTime timestamp)
           
 UaNode NodeCache.addPermanently(UaNode node)
          Add a node permanently to the cache.
protected  UaNode NodeCache.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
          Create a new node and add it to the cache.
 UaNode AddressSpace.findNode(org.opcfoundation.ua.builtintypes.NodeId id)
          Find a (@link UaNode) corresponding to the given (@link NodeId).
 UaNode NodeCache.NodeCacheWrapper.getNode()
           
 UaNode AddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Finds the node object, corresponding to the NodeId. the method simply converts nodeId to NodeId and calls getNode(NodeId).
 UaNode NodeCache.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  UaNode ModelParser.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode AddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Finds the node object, corresponding to the NodeId.
 UaNode[] AddressSpace.getNodes(org.opcfoundation.ua.builtintypes.NodeId... nodeIds)
           
 UaNode NodeCache.remove(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode NodeCache.remove(UaNode node)
           
 

Methods in com.prosysopc.ua.client with parameters of type UaNode
 UaNode NodeCache.addNode(UaNode node)
           
 void AddressSpace.addNode(UaNode node)
          Add a UaNode to the address space.
protected  UaNode NodeCache.addNode(UaNode node, org.opcfoundation.ua.builtintypes.DateTime timestamp)
           
 UaNode NodeCache.addPermanently(UaNode node)
          Add a node permanently to the cache.
protected  org.opcfoundation.ua.core.BrowsePath GlobalServerList.createBrowsePath(UaNode app, int gdsNamespaceIndex, String applicationType)
           
 org.opcfoundation.ua.builtintypes.StatusCode[] AddressSpace.readAttributes(UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger... attributes)
          Reads the values for the specified node attributes and sets the respective values in the node object.
 void AddressSpace.readComponents(UaNode node)
          Read all components of a node from the server to the cache.
 void AddressSpace.readNode(UaNode node)
          Reads the values for all node attributes and sets the respective values in the node object.
 void AddressSpace.readProperties(UaNode node)
          Read values of all properties of a node.
 void AddressSpace.readReferences(UaNode node, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, org.opcfoundation.ua.core.BrowseDirection direction, boolean includeSubTypes)
          Read the references of a node.
 UaNode NodeCache.remove(UaNode node)
           
 

Constructors in com.prosysopc.ua.client with parameters of type UaNode
NodeCache.NodeCacheWrapper(UaNode node, org.opcfoundation.ua.builtintypes.DateTime timestamp)
           
 

Uses of UaNode in com.prosysopc.ua.client.nodes
 

Classes in com.prosysopc.ua.client.nodes that implement UaNode
 class UaDataTypeImpl
          Straight forward implementation of UaDataType.
 class UaFolder
          Deprecated. FolderType is replacing the UaFolder type.
 class UaInstanceImpl
          Straight forward implementation of UaInstance.
 class UaMethodImpl
          Straight forward implementation of UaMethod.
 class UaNodeImpl
          Straight forward implementation of UaNode.
 class UaObjectImpl
          Straight forward implementation of UaObject.
 class UaObjectTypeImpl
          Straight forward implementation of UaObjectType.
 class UaPropertyImpl
          UaPropertyImpl is the base implementation of the UaProperty.
 class UaReferenceTypeImpl
          Straight forward implementation of UaReferenceType.
 class UaTypeImpl
          Generic type node.
 class UaVariableImpl
          Straight forward implementation of UaVariable.
 class UaVariableTypeImpl
          Straight forward implementation of UaVariableType.
 class UaViewImpl
          Straight forward implementation of UaView.
 

Fields in com.prosysopc.ua.client.nodes with type parameters of type UaNode
protected static Map<Class<? extends UaNode>,List<org.opcfoundation.ua.builtintypes.UnsignedInteger>> UaNodeImpl.supportedAttributesMap
           
 

Methods in com.prosysopc.ua.client.nodes with type parameters of type UaNode
protected
<T extends UaNode>
List<T>
UaNodeImpl.findPlaceholders(Class<T> clazz, org.opcfoundation.ua.builtintypes.ExpandedNodeId placeholderId, org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceTypeId)
          Searches UaNodes that match given Placeholder ModellingRule node.
 

Methods in com.prosysopc.ua.client.nodes that return UaNode
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
           
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
           
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale)
           
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
           
 UaNode UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
           
 UaNode UaNodeImpl.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
           
 UaNode[] UaNodeImpl.getComponents()
           
 UaNode UaClientReference.getSourceNode()
           
 UaNode UaClientReference.getTargetNode()
           
 UaNode UaNodeImpl.removeComponent(UaNode component)
           
 

Methods in com.prosysopc.ua.client.nodes that return types with arguments of type UaNode
 Class<? extends UaNode> UaClientNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
           
 Class<? extends UaNode> UaClientNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
           
protected  Constructor<? extends UaNode> UaClientNodeFactory.getConstructor(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
           
protected  Constructor<? extends UaNode> UaClientNodeFactory.getConstructor(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId typeId)
           
 

Methods in com.prosysopc.ua.client.nodes with parameters of type UaNode
 UaReference UaObjectImpl.addComponent(UaNode node)
          Adds a new component to the Object.
 UaReference UaNodeImpl.addComponent(UaNode node)
           
 UaReference UaNodeImpl.addReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
           
 UaReference UaNodeImpl.deleteReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
           
 boolean UaClientReference.getIsInverse(UaNode node)
           
 UaNode UaNodeImpl.removeComponent(UaNode component)
           
 

Method parameters in com.prosysopc.ua.client.nodes with type arguments of type UaNode
 void UaClientNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass, Class<? extends UaNode> clazz)
           
 void UaClientNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition, Class<? extends UaNode> clazz)
           
 

Constructors in com.prosysopc.ua.client.nodes with parameters of type UaNode
UaClientReference(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaNode sourceNode, UaNode targetNode, AddressSpace addressSpace)
           
 

Uses of UaNode in com.prosysopc.ua.nodes
 

Subinterfaces of UaNode in com.prosysopc.ua.nodes
 interface UaDataType
          Interface definition for OPC UA data type.
 interface UaInstance
          Interface of UA instance nodes.
 interface UaMethod
          Interface definition of OPC UA Method nodes.
 interface UaObject
          OPC UA Object interface.
 interface UaObjectType
          Interface definition for OPC UA object type.
 interface UaProperty
          OPC UA Property.
 interface UaReferenceType
          Interface definition of the OPC UA reference type.
 interface UaType
          Common interface for all UA Types.
 interface UaValueNode
          A common interface for UaVariable and UaVariableType.
 interface UaVariable
          UaVariable defines the interface for the UA variable.
 interface UaVariableType
          Interface definition of the OPC UA variable type.
 interface UaView
          Each View defines a subset of the Nodes in the AddressSpace.
 

Classes in com.prosysopc.ua.nodes that implement UaNode
 class AbstractUaNode
          Internal abstract base class for client and server side UaNode implementations.
 

Methods in com.prosysopc.ua.nodes that return UaNode
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
          Create a new Node object based on the nodeClass (or typeDefinition).
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
          Create a new Node object based on the nodeClass (or typeDefinition).
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
          Create a new Node object based on the nodeClass (or typeDefinition).
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale)
          Create a new Node object based on the nodeClass (or typeDefinition).
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
          Create a new Node object based on the nodeClass (or typeDefinition).
 UaNode UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
           
 UaNode UaNode.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
          Get the component, which has the specified name.
 UaNode[] UaNode.getComponents()
          Get a list of components of this node, i.e. target nodes of all forward HasComponent references.
 UaNode UaReference.getOppositeNode(UaNode node)
          Get the other end of the reference.
abstract  UaNode UaReference.getSourceNode()
           
abstract  UaNode UaReference.getTargetNode()
          Reference to the target node object.
 UaNode UaNode.removeComponent(UaNode component)
          Remove a component reference from the node.
 

Methods in com.prosysopc.ua.nodes that return types with arguments of type UaNode
 Class<? extends UaNode> UaNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
          Return the object class corresponding to the NodeClass or Type.
 Class<? extends UaNode> UaNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
          Return the object class corresponding to the NodeClass or Type.
 

Methods in com.prosysopc.ua.nodes with parameters of type UaNode
 UaReference UaNode.addComponent(UaNode node)
          Adds a new component to the Node.
 UaReference UaNode.addReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Add a reference to the node.
 UaReference UaNode.deleteReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Delete a reference from the node.
abstract  boolean UaReference.getIsInverse(UaNode node)
          Whether the reference is a forward or inverse reference.
 UaNode UaReference.getOppositeNode(UaNode node)
          Get the other end of the reference.
 void DataChangeListener.onDataChange(UaNode uaNode, org.opcfoundation.ua.builtintypes.DataValue prevValue, org.opcfoundation.ua.builtintypes.DataValue value)
           
 UaNode UaNode.removeComponent(UaNode component)
          Remove a component reference from the node.
 

Method parameters in com.prosysopc.ua.nodes with type arguments of type UaNode
 void UaNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass, Class<? extends UaNode> clazz)
          Register an actual UaNode class to use when using UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass, org.opcfoundation.ua.builtintypes.NodeId, org.opcfoundation.ua.builtintypes.QualifiedName, org.opcfoundation.ua.builtintypes.LocalizedText) to create new nodes for a OPC UA NodeClass.
 void UaNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition, Class<? extends UaNode> clazz)
          Register an actual UaNode class to use when using UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass, org.opcfoundation.ua.builtintypes.NodeId, org.opcfoundation.ua.builtintypes.QualifiedName, org.opcfoundation.ua.builtintypes.LocalizedText) to create new nodes for a OPC UA typeDefinition.
 

Uses of UaNode in com.prosysopc.ua.server
 

Subinterfaces of UaNode in com.prosysopc.ua.server
 interface GeneratedNode
           
 

Fields in com.prosysopc.ua.server declared as UaNode
protected  UaNode MonitoredItem.node
           
 

Methods in com.prosysopc.ua.server with type parameters of type UaNode
<T extends UaNode>
T
ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
          Convenience method for ServiceManagerBase.getNode(ExpandedNodeId) that casts the result
<T extends UaNode>
T
NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
           
<T extends UaNode>
T
ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convenience method for ServiceManagerBase.getNode(NodeId) that casts the result
<T extends UaNode>
T
NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convinience method for NodeManagerTable.getNode(NodeId) that casts the result to given class
 

Methods in com.prosysopc.ua.server that return UaNode
 UaNode NodeMapUaNode.addNode(UaNode node)
           
 UaNode NodeManagerUaNode.addNode(UaNode newNode)
          Adds a new node - unless it already exists in the node manager.
 UaNode NodeManager.addNode(UaNode node)
          Adds a new node - unless it already exists in the node manager.
 UaNode NodeManagerUaNode.addNodeAndReference(UaNode parent, UaNode newNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
protected  UaNode NodeManagerUaNode.createNodeForAddNodesRequest(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
          Create node(s) for a single AddNodesRequest.
protected  UaNode NodeManagerUaNode.createNodeForNodeSet2(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
          Create a node for ModelParser loading NodeSet2.
 UaNode NodeManagerUaNode.deleteNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, boolean deleteTargetReferences, boolean deleteChildren)
          Delete a node from the node manager.
 UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren)
          Delete a node from the node manager.
protected  UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren, boolean doNotDeleteIfInverseHierarchicalRefs)
           
protected  UaNode NodeManager.findNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Find the UaNode corresponding to the nodeId, if the Node Manager NodeManager.supportsUaNode().
 UaNode NodeManagerUaNode.findNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode NodeManagerTable.findNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find a (@link UaNode) corresponding to the given (@link NodeId).
 UaNode NodeManager.findNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find the UaNode corresponding to the nodeId, if the Node Manager NodeManager.supportsUaNode().
 UaNode[] GeneralModelChangeEvent.getAffectedNodes()
          The AffectedNodes is used to keep a list of UaNode objects that are affected by the change and to which the NodeVersion should be updated after the event is sent.
 UaNode NodeManagerTable.getExternalNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
static UaNode UaNodeUtils.getModellingRule(UaNode node)
          Return the UaNode describing the ModellingRule of the nod
 UaNode MonitoredItem.getNode()
           
 UaNode ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for ServiceManagerBase.getNode(NodeId) that takes ExpandedNodeId instead of NodeId
 UaNode NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for NodeManagerTable.getNode
 UaNode NodeManager.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Gets the node, corresponding to a nodeId, if it exists in the local server.
protected  UaNode NodeManagerUaNode.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger errorCode)
          Get the node or return a specific error.
 UaNode ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Convenience method for getNodeManagerTable().getNode
 UaNode ServiceHandler.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find the Node for nodeId.
 UaNode NodeMapUaNode.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find a node from the NodeManagers managed by the NodeManagerTable.
protected  UaNode ModelParser.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  UaNode NodeManagerUaNode.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger errorCode)
          Get the node or return a specific error.
 UaNode NodeManagerUaNode.getNodeOrExternal(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode NodeManagerTable.getNodeOrExternal(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaNode NodeMapUaNode.remove(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 

Methods in com.prosysopc.ua.server that return types with arguments of type UaNode
 Map<org.opcfoundation.ua.builtintypes.NodeId,UaNode> NodeMapUaNode.getMap()
          Returns the internal map.
 

Methods in com.prosysopc.ua.server with parameters of type UaNode
protected  void GeneralModelChangeEvent.addAffectedNode(UaNode affectedNode)
           
 void SemanticChangeEvent.addChange(UaNode affectedNode)
          Add a semantic change to the event before triggering it.
 void GeneralModelChangeEvent.addChange(UaNode affectedNode, ModelChangeType... changeTypes)
          Add a model change to the event before triggering it.
 void NodeManagerUaNode.addComponent(UaNode parent, UaInstance component)
          Add a node as a component of another node into the address space.
 MonitoredDataItem Subscription.addDataItem(ServiceContext serviceContext, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.QualifiedName dataEncoding, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Add a new monitoring item to the subscription.
 void NodeManagerRoot.addModelChange(UaNode nodeAffected, ModelChangeType... changeTypes)
          Adds a change to the ModelChangeEvent, if one is active.
 UaNode NodeMapUaNode.addNode(UaNode node)
           
 UaNode NodeManagerUaNode.addNode(UaNode newNode)
          Adds a new node - unless it already exists in the node manager.
 void NodeManagerTable.addNode(UaNode node)
          Add a (@link UaNode) to the address space.
 UaNode NodeManager.addNode(UaNode node)
          Adds a new node - unless it already exists in the node manager.
 UaNode NodeManagerUaNode.addNodeAndReference(UaNode parent, UaNode newNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
 void IoManagerUaNode.addNodeListener(UaNode node, UaNodeIoListener listener)
          Add UaNodeIoListener to the NodeIoManagerListener.
 void NodeManagerUaNode.addReference(UaNode sourceNode, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Add a new reference between the source and target node.
 void NodeManagerRoot.addSemanticChange(UaNode nodeAffected)
           
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
protected  void ServiceManagerBase.checkIsMethod(UaNode node)
           
protected  void ServiceManagerBase.checkIsValueNode(UaNode node)
          Check if the node is a Variable or VariableType, which both implement UaValueNode.
protected  void ServiceManagerBase.checkIsVariable(UaNode node)
          Check if the node is a Variable.
protected  void ServiceManagerBase.checkIsVariableOrVariableType(UaNode node)
          Deprecated. Use ServiceManagerBase.checkIsValueNode(UaNode)
protected  void IoManager.checkSupportsAttribute(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
           
protected  void IoManager.checkWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
           
protected  void EventManagerUaNode.collectConditions(UaNode node, Collection<ConditionTypeNode> conditions)
           
 org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.createNodeId(UaNode parent, org.opcfoundation.ua.builtintypes.QualifiedName name)
          Convenience method for createNodeId(UaNode, QualifiedName, int) that uses this NodeManager's NamespaceIndex.
 org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.createNodeId(UaNode parent, org.opcfoundation.ua.builtintypes.QualifiedName name, int namespaceIndex)
          Creates a new string type NodeId as , where ParentNodeId is the NodeId of the parent converted to string.
 org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.createNodeId(UaNode parent, String name)
          Create a new string type NodeId as ".
 org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.createNodeId(UaNode parent, String name, int namespaceIndex)
          Create a new string type NodeId as "[ParentNodeId].
protected  org.opcfoundation.ua.core.ReferenceDescription NodeManager.createReferenceDescription(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetId, UaNode target, boolean isInverse, org.opcfoundation.ua.core.NodeClass nodeClass, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet)
          Creates a new reference description to be returned as a browse result.
protected  void HistoryManager.deleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
protected  void HistoryManager.deleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteEventDetails.
protected  void HistoryManager.deleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to true.
 UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren)
          Delete a node from the node manager.
protected  UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren, boolean doNotDeleteIfInverseHierarchicalRefs)
           
protected  void HistoryManager.deleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to false.
 void NodeManagerUaNode.deleteReference(UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Delete a reference between the source and target node.
 void NodeManagerUaNode.deleteReference(UaNode sourceNode, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Delete a reference between the source and target node.
protected  org.opcfoundation.ua.core.NodeClass NodeManager.findNodeClass(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
          Find the NodeClass of a node, using the NodeManagerTable to first locate the correct NodeManager.
protected  void NodeManager.fireAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
protected  void NodeManager.fireAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
protected  void NodeManager.fireAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
protected  void NodeManager.fireAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
protected  boolean NodeManager.fireBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
           
protected  boolean MethodManagerUaNode.fireCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode node, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] output)
           
protected  void NodeManager.fireCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
protected  void NodeManager.fireDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
           
protected  void NodeManager.fireDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
           
protected  void NodeManager.fireModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters requestedParameters, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
protected  org.opcfoundation.ua.builtintypes.QualifiedName NodeManagerUaNode.getBrowseName(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
           
protected abstract  org.opcfoundation.ua.builtintypes.QualifiedName NodeManager.getBrowseName(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
          Get the BrowseName of a node.
 Collection<ConditionTypeNode> EventManagerUaNode.getConditions(UaNode node)
          Get a list of all Condition nodes in the server address space that are listenable from the specified node.
protected  org.opcfoundation.ua.builtintypes.LocalizedText NodeManagerUaNode.getDisplayName(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node, Locale locale)
           
protected abstract  org.opcfoundation.ua.builtintypes.LocalizedText NodeManager.getDisplayName(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode targetNode, Locale locale)
          Find the DisplayName of a node.
static UaNode UaNodeUtils.getModellingRule(UaNode node)
          Return the UaNode describing the ModellingRule of the nod
static org.opcfoundation.ua.core.NamingRuleType UaNodeUtils.getNamingRule(UaNode modellingRule)
          Get the NamingRule for a ModellingRule node
 org.opcfoundation.ua.core.NodeClass NodeManagerTable.getNodeClass(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
          Return the node class of a node.
protected  org.opcfoundation.ua.core.NodeClass NodeManager.getNodeClass(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
          Return the node class of a node, owned by this NodeManager.
protected  org.opcfoundation.ua.core.NodeClass NodeManagerUaNode.getNodeClass(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 org.opcfoundation.ua.core.NodeClass NodeManagerTable.getNodeClass(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Return the node class of a node.
protected abstract  org.opcfoundation.ua.core.NodeClass NodeManager.getNodeClass(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Return the node class of a node, owned by this NodeManager.
protected  UaReference[] NodeManagerUaNode.getReferences(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
protected abstract  UaReference[] NodeManager.getReferences(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Get all references of a node.
protected  org.opcfoundation.ua.builtintypes.ExpandedNodeId NodeManagerUaNode.getTypeDefinition(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
           
protected abstract  org.opcfoundation.ua.builtintypes.ExpandedNodeId NodeManager.getTypeDefinition(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, UaNode node)
          Get the TypeDefinition of a node.
protected  EnumSet<WriteAccess> IoManager.getUserWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
protected  EnumSet<WriteAccess> IoManager.getWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
static boolean UaNodeUtils.hasModellingRule(UaNode node)
           
static boolean UaNodeUtils.isMandatory(UaNode node)
           
static boolean UaNodeUtils.isModellingRule(UaNode node)
           
 boolean MonitoredEventItem.isMonitored(UaNode event)
           
protected  boolean ServiceManagerBase.isValueNode(UaNode node)
           
protected  boolean ServiceManagerBase.isVariable(UaNode node)
           
 void NodeManagerListener.onAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
          A notification of an AddNode request to add a new node into the node manager.
 void NodeManagerAdapter.onAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
 void NodeManagerListener.onAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
          A notification of an AddReference request to add a new reference into the node manager.
 void NodeManagerAdapter.onAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
 void NodeManagerListener.onAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
          Called after a node is added as a result of an AddNodes call.
 void NodeManagerAdapter.onAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
 void NodeManagerListener.onAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
          Called after a reference is added as a result of an AddReferences call.
 void NodeManagerAdapter.onAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
 boolean NodeManagerListener.onBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
          Handle a browse request.
 boolean NodeManagerAdapter.onBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
           
 boolean EventManagerUaNode.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] output)
           
 boolean EventManager.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] output)
           
 boolean CallableListener.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] outputs)
          A method call notification.
 void NodeManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Notification of a new MonitoredDataItem request from a client application.
 void NodeManagerAdapter.onCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
 void MonitoredDataItem.onDataChange(UaNode sender, org.opcfoundation.ua.builtintypes.DataValue prevValue, org.opcfoundation.ua.builtintypes.DataValue value)
          Deprecated. use MonitoredDataItem.notifyDataChange(DataValue) instead.
 void HistoryManagerListener.onDeleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
 void HistoryManagerAdapter.onDeleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onDeleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Notification of a single historyUpdate operation, which is using DeleteEventDetails.
 void HistoryManagerAdapter.onDeleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onDeleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to true.
 void HistoryManagerAdapter.onDeleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
           
 void NodeManagerListener.onDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
          Confirm a request to delete a node permanently from the address space of the node manager.
 void NodeManagerAdapter.onDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
           
 void HistoryManagerListener.onDeleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to false.
 void HistoryManagerAdapter.onDeleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
           
 void NodeManagerListener.onDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
          Confirm a request to delete a reference permanently from the address space of the node manager.
 void NodeManagerAdapter.onDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
           
 void MonitoredEventItem.onEvent(UaNode node, EventData eventData)
          Deprecated. use MonitoredEventItem.notifyEvent(EventData) instead.
 void NodeManagerListener.onGetReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription viewDescription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, List<UaReference> references)
          Provide the references for a node in the browse request.
 void NodeManagerAdapter.onGetReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription viewDescription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, List<UaReference> references)
           
 void NodeManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
          Notification of a modify request on the monitoring parameters of a monitored item.
 void NodeManagerAdapter.onModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
 Object HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object continuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadAtTimeDetails.
 Object HistoryManagerAdapter.onReadAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object continuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 Object HistoryManagerListener.onReadEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyEvent)
          Handle a single historyRead operation, which is using ReadEventDetails The request us used to read Events from the event history for the specified time domain for one or more event nodes.
 Object HistoryManagerAdapter.onReadEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyEvent)
           
 Object HistoryManagerListener.onReadModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
 Object HistoryManagerAdapter.onReadModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
           
 Object HistoryManagerListener.onReadProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadProcessedDetails The server should return Aggregate values from the node history matching the requested timestamps.
 Object HistoryManagerAdapter.onReadProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 Object HistoryManagerListener.onReadRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
 Object HistoryManagerAdapter.onReadRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 void HistoryManagerListener.onUpdateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateDataDetails.
 void HistoryManagerAdapter.onUpdateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onUpdateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateEventDetails.
 void HistoryManagerAdapter.onUpdateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onUpdateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performUpdateType, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
 void HistoryManagerAdapter.onUpdateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performUpdateType, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
protected  Object HistoryManager.readAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadAtTimeDetails.
protected  Object HistoryManager.readEvents(ServiceContext serviceContext, Object operationContext, Object operationContext2, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyData)
          Handle a single historyRead operation, which is using ReadEventDetails The request us used to read Events from the event history for the specified time domain for one or more event nodes.
protected  Object HistoryManager.readModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
protected  void IoManagerUaNode.readNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void IoManager.readNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of a node attribute, except for the Value of a variable node.
protected  Object HistoryManager.readProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadProcessedDetails.
protected  Object HistoryManager.readRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
protected  void NodeManagerUaNode.replaceExternalNode(UaExternalNode oldNode, UaNode newNode)
           
protected  void MonitoredItem.setNode(UaNode node)
           
protected  void HistoryManager.updateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateDataDetails.
protected  void HistoryManager.updateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateEventDetails.
protected  void HistoryManager.updateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
protected  boolean IoManagerUaNode.writeNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  boolean IoManager.writeNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the value of a single node attribute, except for the Value of a variable node.
 

Constructor parameters in com.prosysopc.ua.server with type arguments of type UaNode
NodeMapUaNode(UaNodeFactory nodeFactory, Map<org.opcfoundation.ua.builtintypes.NodeId,UaNode> map)
           
 

Uses of UaNode in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation that return UaNode
 UaNode TwoStateVariableInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode ReflectiveInstanceVariableInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode ReflectiveInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode PlainMethodInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode PlainInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode InstantiationStrategy.createInstance(InstantiationParameters params)
          Create new instance
 UaNode DefaultInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode CallbackInstanceVariableInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode CallbackInstancePropertyInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode CacheVariableInstantiationStrategy.createInstance(InstantiationParameters params)
           
 UaNode TemporaryInstanceDeclaration.getNode()
           
 UaNode TemporaryInstanceDeclaration.Builder.getNode()
           
 UaNode InstantiationParameters.getNode()
          Convenience method for getInstanceDeclaration().getNode()
 UaNode InstanceDeclarationImpl.getNode()
           
 UaNode InstanceDeclaration.getNode()
           
 UaNode InstantiationParameters.getParent()
          The parent node, or null if node
 UaNode ExternalReferenceDeclaration.getTarget()
           
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type UaNode
static TemporaryInstanceDeclaration.Builder TemporaryInstanceDeclaration.builder(UaNode node, BrowsePath primaryPath)
           
 boolean InstanceDeclarationSet.containsNode(UaNode node)
           
 TemporaryInstanceDeclaration InstanceDeclarationSet.get(UaNode node)
           
 BrowsePath InstanceDeclarationSet.getPath(UaNode node)
           
 

Constructors in com.prosysopc.ua.server.instantiation with parameters of type UaNode
ExternalReferenceDeclaration(UaReferenceType referenceType, UaNode target)
           
InstantiationParameters(InstanceDeclaration instanceDeclaration, org.opcfoundation.ua.builtintypes.NodeId nodeId, NodeManagerUaNode nodeManager, UaNode parent)
          Creates new InstantiationParameters, the NodeAttributes are cloned
InstantiationParameters(InstanceDeclaration instanceDeclaration, NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode parent, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 

Uses of UaNode in com.prosysopc.ua.server.io
 

Methods in com.prosysopc.ua.server.io with parameters of type UaNode
 EnumSet<WriteAccess> TypeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> NodeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListenerChainImpl.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Notification of a read request for user write mask attribute of a node.
 EnumSet<WriteAccess> IoManagerAdapter.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListener.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
          Called from TypeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode).
 boolean TypeIoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a read request for a node attribute, except for the Value attribute of a variable node (which goes to onReadValue).
 boolean IoManagerAdapter.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListenerImpl.onReadNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onReadNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onReadNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean TypeIoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a write request for the value of a single node attribute, except for the Value of a variable node.
 boolean IoManagerAdapter.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListenerImpl.onWriteNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onWriteNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onWriteNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 

Uses of UaNode in com.prosysopc.ua.server.nodes
 

Subinterfaces of UaNode in com.prosysopc.ua.server.nodes
 interface UaExternalNode
           
 

Classes in com.prosysopc.ua.server.nodes that implement UaNode
 class AbstractGeneratedObjectNode
           
 class AbstractGeneratedVariableNode
           
 class BaseNode
          Straight forward, server side implementation of UaNode.
 class CacheProperty
          CacheProperty inherited from CacheVariable, which keeps the property value in memory.
 class CacheVariable
          A base implementation of UaVariable with a value cache.
 class CallbackInstanceProperty
          A property version of CallbackInstanceVariable.
 class CallbackInstanceVariable
          An implementation of InstanceVariable.
 class CallbackProperty
          A property node, whose value is retrieved using a callback method only.
 class CallbackVariable
          A variable node, whose value is retrieved using a callback method only.
 class InstanceVariable
          An instance variable is a light-weight implementation of an UaVariable, which actually refers to an InstanceDeclaration of a type node.
 class PlainInstanceProperty<T>
          A property version of PlainInstanceVariable.
 class PlainInstanceVariable<T>
          A very plain, type specific implementation of InstanceVariable.
 class PlainMethod
          Server side implementation of UaMethod.
 class PlainProperty<T>
          A very plain implementation of the UA property node.
 class PlainVariable<T>
          A very plain, type specific implementation of the UA variable node.
 class ReflectiveInstanceProperty
          A property version of ReflectiveInstanceVariable.
 class ReflectiveInstanceVariable
          An InstanceVariable, which is wrapping a property of a Java object, via reflection, to be exposed as an OPC UA Variable.
 class ReflectiveProperty
          A generic property node, which wraps the value of a Java property.
 class ReflectiveVariable
          An OPCUA Variable Node which is wrapping a property of a Java object, via reflection.
 class ServerNode
          An abstract base class for all server side nodes.
 class UaDataTypeNode
          Straight forward implementation of UaDataType.
 class UaExternalNodeImpl
          A server side implementation of the UaExternalNode.
 class UaInstanceNode
          Straight forward implementation of UaInstance.
 class UaMethodNode
          Straight forward implementation of UaMethod.
 class UaObjectNode
          Straight forward implementation of UaObject.
 class UaObjectTypeNode
          Straight forward implementation of UaObjectType.
 class UaReferenceTypeNode
          Straight forward implementation of UaReferenceType.
 class UaTypeNode
          Generic type node.
 class UaVariableNode
          Abstract base implementation of UaVariable for UA Server side.
 class UaVariableTypeNode
          Straight forward implementation of UaVariableType.
 class UaViewNode
          Straight forward implementation of UaView.
 

Fields in com.prosysopc.ua.server.nodes with type parameters of type UaNode
protected static Map<Class<? extends UaNode>,List<org.opcfoundation.ua.builtintypes.UnsignedInteger>> ServerNode.supportedAttributesMap
           
 

Methods in com.prosysopc.ua.server.nodes with type parameters of type UaNode
protected
<T extends UaNode>
List<T>
ServerNode.findPlaceholders(Class<T> clazz, org.opcfoundation.ua.builtintypes.ExpandedNodeId placeholderId, org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceTypeId)
          Searches UaNodes that match given Placeholder ModellingRule node.
 

Methods in com.prosysopc.ua.server.nodes that return UaNode
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
           
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
           
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale)
           
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
           
 UaNode UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, Locale locale, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
           
 UaNode UaTypeNode.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
           
 UaNode UaExternalNodeImpl.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
           
 UaNode InstanceVariable.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
           
 UaNode BaseNode.getComponent(org.opcfoundation.ua.builtintypes.QualifiedName componentName)
           
 UaNode[] InstanceVariable.getComponents()
           
 UaNode[] BaseNode.getComponents()
           
 UaNode UaServerReference.getSourceNode()
           
 UaNode UaServerReference.getTargetNode()
          Reference to the target node object.
 UaNode ServerNode.removeComponent(UaNode component)
           
 UaNode InstanceVariable.removeComponent(UaNode component)
           
 

Methods in com.prosysopc.ua.server.nodes that return types with arguments of type UaNode
 Class<? extends UaNode> UaServerNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
           
 Class<? extends UaNode> UaServerNodeFactory.getClassType(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
           
protected  Constructor<? extends UaNode> UaServerNodeFactory.getConstructor(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
           
protected  Constructor<? extends UaNode> UaServerNodeFactory.getConstructor(org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.NodeId typeId)
           
protected  List<UaNode> ServerNode.getTargetNodes(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
 

Methods in com.prosysopc.ua.server.nodes with parameters of type UaNode
 UaReference ServerNode.addComponent(UaNode node)
          Adds a new component to the Node.
 UaReference ServerNode.addNewReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Adds a reference to this node, without checking for duplicates.
 UaReference ServerNode.addOrganizes(UaNode target)
          This is a convenience method that adds a new Organizes reference from this node to the target node.
 UaReference ServerNode.addReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceTypeId, boolean isInverse)
          Convenience method for ServerNode.addReference(UaNode, NodeId, boolean)
 UaReference ServerNode.addReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
           
 UaReference InstanceVariable.addReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
           
 UaReference ServerNode.addReference(UaNode targetNode, UaReferenceType referenceType, boolean isInverse)
           
protected  void AbstractGeneratedVariableNode.callAfterCreateIfExists(UaNode node)
          Calls afterCreate for the GeneratedNode parameter, if it is not null
protected  void AbstractGeneratedObjectNode.callAfterCreateIfExists(UaNode node)
          Calls afterCreate for the GeneratedNode parameter, if it is not null
 org.opcfoundation.ua.builtintypes.NodeId BaseNode.createNodeId(UaNode parent, String name)
          Create a new string type NodeId as ".
protected  org.opcfoundation.ua.builtintypes.NodeId BaseNode.createNodeId(UaNode parent, String name, int namespaceIndex)
          Create a new string type NodeId as "_", where ParentNodeId is the Node Id of the parent converted to string.
 UaReference ServerNode.deleteReference(UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
           
 boolean UaServerReference.getIsInverse(UaNode node)
          Whether the reference is a forward or inverse reference.
static UaServerReference UaServerReference.getReferenceInstance(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaNode sourceNode, UaNode targetNode)
           
static UaServerReference UaServerReference.getReferenceInstance(UaReferenceType referenceType, UaNode sourceNode, UaNode targetNode)
           
 UaNode ServerNode.removeComponent(UaNode component)
           
 UaNode InstanceVariable.removeComponent(UaNode component)
           
static void BaseNode.setAccessLevelRecursively(UaNode node, EnumSet<org.opcfoundation.ua.core.AccessLevel> accessLevel, org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
          Set the access level of the node and all "child nodes", which are referred to it using forward references of the defined types.
 

Method parameters in com.prosysopc.ua.server.nodes with type arguments of type UaNode
 void UaServerNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass, Class<? extends UaNode> clazz)
           
 void UaServerNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition, Class<? extends UaNode> clazz)
           
 

Constructors in com.prosysopc.ua.server.nodes with parameters of type UaNode
UaServerReference(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaNode sourceNode, UaNode targetNode)
           
UaServerReference(UaReferenceType referenceType, UaNode sourceNode, UaNode targetNode)
           
 

Uses of UaNode in com.prosysopc.ua.types.adi
 

Subinterfaces of UaNode in com.prosysopc.ua.types.adi
 interface AccessorySlotStateMachineType
          Describes the behaviour of an AccessorySlot when a physical accessory is inserted or removed.
 interface AccessorySlotType
          Organizes zero or more Accessory objects identified by "AccessoryIdentifier" which represent Accessories currently being used on that AccessorySlot.
 interface AccessoryType
          Generated on 2018-05-09 10:45:32
 interface AcousticSpectrometerDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface AcousticSpectrometerDeviceType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannel_OperatingModeExecuteSubStateMachineType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannel_OperatingModeSubStateMachineType
          AnalyserChannel OperatingMode SubStateMachine Generated on 2018-05-09 10:45:32
 interface AnalyserChannelLocalStateType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannelMaintenanceStateType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannelOperatingExecuteStateType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannelOperatingStateType
          Generated on 2018-05-09 10:45:32
 interface AnalyserChannelStateMachineType
          Contains a nested state model that defines the top level states Operating, Local and Maintenance Generated on 2018-05-09 10:45:32
 interface AnalyserChannelType
          Generated on 2018-05-09 10:45:32
 interface AnalyserDeviceStateMachineType
          Generated on 2018-05-09 10:45:32
 interface AnalyserDeviceType
          Generated on 2018-05-09 10:45:32
 interface ChemometricModelType
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 interface ChromatographDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface ChromatographDeviceType
          Generated on 2018-05-09 10:45:32
 interface DetectorType
          Generated on 2018-05-09 10:45:32
 interface EngineeringValueType
          Expose key results of an analyser and the associated values that qualified it Generated on 2018-05-09 10:45:32
 interface GcOvenType
          Generated on 2018-05-09 10:45:32
 interface MassSpectrometerDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface MassSpectrometerDeviceType
          Generated on 2018-05-09 10:45:32
 interface MNRDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface MVAModelType
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 interface MVAOutputParameterType
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 interface NMRDeviceType
          Generated on 2018-05-09 10:45:32
 interface ParticleSizeMonitorDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface ParticleSizeMonitorDeviceType
          Generated on 2018-05-09 10:45:32
 interface ProcessVariableType
          Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.
 interface SmartSamplingSystemType
          Generated on 2018-05-09 10:45:32
 interface SourceType
          Generated on 2018-05-09 10:45:32
 interface SpectrometerDeviceStreamType
          Generated on 2018-05-09 10:45:32
 interface SpectrometerDeviceType
          Generated on 2018-05-09 10:45:32
 interface StreamType
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.adi.client
 

Classes in com.prosysopc.ua.types.adi.client that implement UaNode
 class AccessorySlotStateMachineTypeImpl
          Describes the behaviour of an AccessorySlot when a physical accessory is inserted or removed.
 class AccessorySlotStateMachineTypeImplBase
          Describes the behaviour of an AccessorySlot when a physical accessory is inserted or removed.
 class AccessorySlotTypeImpl
          Organizes zero or more Accessory objects identified by "AccessoryIdentifier" which represent Accessories currently being used on that AccessorySlot.
 class AccessorySlotTypeImplBase
          Organizes zero or more Accessory objects identified by "AccessoryIdentifier" which represent Accessories currently being used on that AccessorySlot.
 class AccessoryTypeImpl
          Generated on 2018-05-09 10:45:32
 class AccessoryTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AcousticSpectrometerDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class AcousticSpectrometerDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AcousticSpectrometerDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class AcousticSpectrometerDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannel_OperatingModeExecuteSubStateMachineTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannel_OperatingModeExecuteSubStateMachineTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannel_OperatingModeSubStateMachineTypeImpl
          AnalyserChannel OperatingMode SubStateMachine Generated on 2018-05-09 10:45:32
 class AnalyserChannel_OperatingModeSubStateMachineTypeImplBase
          AnalyserChannel OperatingMode SubStateMachine Generated on 2018-05-09 10:45:32
 class AnalyserChannelLocalStateTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelLocalStateTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelMaintenanceStateTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelMaintenanceStateTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelOperatingExecuteStateTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelOperatingExecuteStateTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelOperatingStateTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelOperatingStateTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelStateMachineTypeImpl
          Contains a nested state model that defines the top level states Operating, Local and Maintenance Generated on 2018-05-09 10:45:32
 class AnalyserChannelStateMachineTypeImplBase
          Contains a nested state model that defines the top level states Operating, Local and Maintenance Generated on 2018-05-09 10:45:32
 class AnalyserChannelTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserChannelTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserDeviceStateMachineTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserDeviceStateMachineTypeImplBase
          Generated on 2018-05-09 10:45:32
 class AnalyserDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class AnalyserDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class ChemometricModelTypeImpl
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class ChemometricModelTypeImplBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class ChromatographDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class ChromatographDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class ChromatographDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class ChromatographDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class DetectorTypeImpl
          Generated on 2018-05-09 10:45:32
 class DetectorTypeImplBase
          Generated on 2018-05-09 10:45:32
 class EngineeringValueTypeImpl
          Expose key results of an analyser and the associated values that qualified it Generated on 2018-05-09 10:45:32
 class EngineeringValueTypeImplBase
          Expose key results of an analyser and the associated values that qualified it Generated on 2018-05-09 10:45:32
 class GcOvenTypeImpl
          Generated on 2018-05-09 10:45:32
 class GcOvenTypeImplBase
          Generated on 2018-05-09 10:45:32
 class MassSpectrometerDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class MassSpectrometerDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class MassSpectrometerDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class MassSpectrometerDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class MNRDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class MNRDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class MVAModelTypeImpl
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAModelTypeImplBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAOutputParameterTypeImpl
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAOutputParameterTypeImplBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class NMRDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class NMRDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class ParticleSizeMonitorDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class ParticleSizeMonitorDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class ParticleSizeMonitorDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class ParticleSizeMonitorDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class ProcessVariableTypeImpl
          Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.
 class ProcessVariableTypeImplBase
          Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.
 class SmartSamplingSystemTypeImpl
          Generated on 2018-05-09 10:45:32
 class SmartSamplingSystemTypeImplBase
          Generated on 2018-05-09 10:45:32
 class SourceTypeImpl
          Generated on 2018-05-09 10:45:32
 class SourceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class SpectrometerDeviceStreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class SpectrometerDeviceStreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 class SpectrometerDeviceTypeImpl
          Generated on 2018-05-09 10:45:32
 class SpectrometerDeviceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class StreamTypeImpl
          Generated on 2018-05-09 10:45:32
 class StreamTypeImplBase
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.adi.server
 

Classes in com.prosysopc.ua.types.adi.server that implement UaNode
 class AccessorySlotStateMachineTypeNode
          Describes the behaviour of an AccessorySlot when a physical accessory is inserted or removed.
 class AccessorySlotStateMachineTypeNodeBase
          Describes the behaviour of an AccessorySlot when a physical accessory is inserted or removed.
 class AccessorySlotTypeNode
          Organizes zero or more Accessory objects identified by "AccessoryIdentifier" which represent Accessories currently being used on that AccessorySlot.
 class AccessorySlotTypeNodeBase
          Organizes zero or more Accessory objects identified by "AccessoryIdentifier" which represent Accessories currently being used on that AccessorySlot.
 class AccessoryTypeNode
          Generated on 2018-05-09 10:46:26
 class AccessoryTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AcousticSpectrometerDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class AcousticSpectrometerDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AcousticSpectrometerDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class AcousticSpectrometerDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannel_OperatingModeExecuteSubStateMachineTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannel_OperatingModeExecuteSubStateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannel_OperatingModeSubStateMachineTypeNode
          AnalyserChannel OperatingMode SubStateMachine Generated on 2018-05-09 10:46:26
 class AnalyserChannel_OperatingModeSubStateMachineTypeNodeBase
          AnalyserChannel OperatingMode SubStateMachine Generated on 2018-05-09 10:46:26
 class AnalyserChannelLocalStateTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelLocalStateTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelMaintenanceStateTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelMaintenanceStateTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelOperatingExecuteStateTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelOperatingExecuteStateTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelOperatingStateTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelOperatingStateTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelStateMachineTypeNode
          Contains a nested state model that defines the top level states Operating, Local and Maintenance Generated on 2018-05-09 10:46:26
 class AnalyserChannelStateMachineTypeNodeBase
          Contains a nested state model that defines the top level states Operating, Local and Maintenance Generated on 2018-05-09 10:46:26
 class AnalyserChannelTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserChannelTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserDeviceStateMachineTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserDeviceStateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class AnalyserDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class AnalyserDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class ChemometricModelTypeNode
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class ChemometricModelTypeNodeBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class ChromatographDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class ChromatographDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class ChromatographDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class ChromatographDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class DetectorTypeNode
          Generated on 2018-05-09 10:46:26
 class DetectorTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class EngineeringValueTypeNode
          Expose key results of an analyser and the associated values that qualified it Generated on 2018-05-09 10:46:26
 class EngineeringValueTypeNodeBase
          Expose key results of an analyser and the associated values that qualified it Generated on 2018-05-09 10:46:26
 class GcOvenTypeNode
          Generated on 2018-05-09 10:46:26
 class GcOvenTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class MassSpectrometerDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class MassSpectrometerDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class MassSpectrometerDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class MassSpectrometerDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class MNRDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class MNRDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class MVAModelTypeNode
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAModelTypeNodeBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAOutputParameterTypeNode
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class MVAOutputParameterTypeNodeBase
          Hold the descriptions of a mathematical process and associated information to convert scaled data into one or more process values.
 class NMRDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class NMRDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class ParticleSizeMonitorDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class ParticleSizeMonitorDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class ParticleSizeMonitorDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class ParticleSizeMonitorDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class ProcessVariableTypeNode
          Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.
 class ProcessVariableTypeNodeBase
          Provides a stable address space view from the user point of view even if the ADI server address space changes, after the new configuration is loaded.
 class SmartSamplingSystemTypeNode
          Generated on 2018-05-09 10:46:26
 class SmartSamplingSystemTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class SourceTypeNode
          Generated on 2018-05-09 10:46:26
 class SourceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class SpectrometerDeviceStreamTypeNode
          Generated on 2018-05-09 10:46:26
 class SpectrometerDeviceStreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class SpectrometerDeviceTypeNode
          Generated on 2018-05-09 10:46:26
 class SpectrometerDeviceTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class StreamTypeNode
          Generated on 2018-05-09 10:46:26
 class StreamTypeNodeBase
          Generated on 2018-05-09 10:46:26
 

Uses of UaNode in com.prosysopc.ua.types.di
 

Subinterfaces of UaNode in com.prosysopc.ua.types.di
 interface BlockType
          Adds the concept of Blocks needed for block-oriented FieldDevices Generated on 2018-05-09 10:45:31
 interface ConfigurableObjectType
          Defines a general pattern to expose and configure modular components Generated on 2018-05-09 10:45:31
 interface ConnectionPointType
          Represents the interface (interface card) of a Device to a Network.
 interface DeviceType
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 interface FunctionalGroupType
          FolderType is used to organize the Parameters and Methods from the complete set (ParameterSet, MethodSet) with regard to their application Generated on 2018-05-09 10:45:31
 interface LockingServicesType
          An interface for Locking.
 interface NetworkType
          Represents the communication means for Devices that are connected to it.
 interface ProtocolType
          General structure of a Protocol ObjectType Generated on 2018-05-09 10:45:31
 interface TopologyElementType
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 interface TransferServicesType
          Generated on 2018-05-09 10:45:31
 interface UIElementType
          The base type for all UI Element Types.
 

Uses of UaNode in com.prosysopc.ua.types.di.client
 

Classes in com.prosysopc.ua.types.di.client that implement UaNode
 class BlockTypeImpl
          Adds the concept of Blocks needed for block-oriented FieldDevices Generated on 2018-05-09 10:45:31
 class BlockTypeImplBase
          Adds the concept of Blocks needed for block-oriented FieldDevices Generated on 2018-05-09 10:45:31
 class ConfigurableObjectTypeImpl
          Defines a general pattern to expose and configure modular components Generated on 2018-05-09 10:45:31
 class ConfigurableObjectTypeImplBase
          Defines a general pattern to expose and configure modular components Generated on 2018-05-09 10:45:31
 class ConnectionPointTypeImpl
          Represents the interface (interface card) of a Device to a Network.
 class ConnectionPointTypeImplBase
          Represents the interface (interface card) of a Device to a Network.
 class DeviceTypeImpl
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 class DeviceTypeImplBase
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 class FunctionalGroupTypeImpl
          FolderType is used to organize the Parameters and Methods from the complete set (ParameterSet, MethodSet) with regard to their application Generated on 2018-05-09 10:45:31
 class FunctionalGroupTypeImplBase
          FolderType is used to organize the Parameters and Methods from the complete set (ParameterSet, MethodSet) with regard to their application Generated on 2018-05-09 10:45:31
 class LockingServicesTypeImpl
          An interface for Locking.
 class LockingServicesTypeImplBase
          An interface for Locking.
 class NetworkTypeImpl
          Represents the communication means for Devices that are connected to it.
 class NetworkTypeImplBase
          Represents the communication means for Devices that are connected to it.
 class ProtocolTypeImpl
          General structure of a Protocol ObjectType Generated on 2018-05-09 10:45:31
 class ProtocolTypeImplBase
          General structure of a Protocol ObjectType Generated on 2018-05-09 10:45:31
 class TopologyElementTypeImpl
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 class TopologyElementTypeImplBase
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:45:31
 class TransferServicesTypeImpl
          Generated on 2018-05-09 10:45:31
 class TransferServicesTypeImplBase
          Generated on 2018-05-09 10:45:31
 class UIElementTypeImpl
          The base type for all UI Element Types.
 class UIElementTypeImplBase
          The base type for all UI Element Types.
 

Uses of UaNode in com.prosysopc.ua.types.di.server
 

Classes in com.prosysopc.ua.types.di.server that implement UaNode
 class BlockTypeNode
          Adds the concept of Blocks needed for block-oriented FieldDevices Generated on 2018-05-09 10:46:26
 class BlockTypeNodeBase
          Adds the concept of Blocks needed for block-oriented FieldDevices Generated on 2018-05-09 10:46:26
 class ConfigurableObjectTypeNode
          Defines a general pattern to expose and configure modular components Generated on 2018-05-09 10:46:26
 class ConfigurableObjectTypeNodeBase
          Defines a general pattern to expose and configure modular components Generated on 2018-05-09 10:46:26
 class ConnectionPointTypeNode
          Represents the interface (interface card) of a Device to a Network.
 class ConnectionPointTypeNodeBase
          Represents the interface (interface card) of a Device to a Network.
 class DeviceTypeNode
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:46:26
 class DeviceTypeNodeBase
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:46:26
 class FunctionalGroupTypeNode
          FolderType is used to organize the Parameters and Methods from the complete set (ParameterSet, MethodSet) with regard to their application Generated on 2018-05-09 10:46:26
 class FunctionalGroupTypeNodeBase
          FolderType is used to organize the Parameters and Methods from the complete set (ParameterSet, MethodSet) with regard to their application Generated on 2018-05-09 10:46:26
 class LockingServicesTypeNode
          An interface for Locking.
 class LockingServicesTypeNodeBase
          An interface for Locking.
 class NetworkTypeNode
          Represents the communication means for Devices that are connected to it.
 class NetworkTypeNodeBase
          Represents the communication means for Devices that are connected to it.
 class ProtocolTypeNode
          General structure of a Protocol ObjectType Generated on 2018-05-09 10:46:26
 class ProtocolTypeNodeBase
          General structure of a Protocol ObjectType Generated on 2018-05-09 10:46:26
 class TopologyElementTypeNode
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:46:26
 class TopologyElementTypeNodeBase
          Defines the basic information components for all configurable elements in a device topology Generated on 2018-05-09 10:46:26
 class TransferServicesTypeNode
          Generated on 2018-05-09 10:46:26
 class TransferServicesTypeNodeBase
          Generated on 2018-05-09 10:46:26
 class UIElementTypeNode
          The base type for all UI Element Types.
 class UIElementTypeNodeBase
          The base type for all UI Element Types.
 

Uses of UaNode in com.prosysopc.ua.types.gds
 

Subinterfaces of UaNode in com.prosysopc.ua.types.gds
 interface ApplicationRegistrationChangedAuditEventType
          Generated on 2018-05-09 10:45:32
 interface CertificateDeliveredAuditEventType
          Generated on 2018-05-09 10:45:32
 interface CertificateDirectoryType
          Generated on 2018-05-09 10:45:32
 interface CertificateRequestedAuditEventType
          Generated on 2018-05-09 10:45:32
 interface DirectoryType
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.gds.client
 

Classes in com.prosysopc.ua.types.gds.client that implement UaNode
 class ApplicationRegistrationChangedAuditEventTypeImpl
          Generated on 2018-05-09 10:45:32
 class ApplicationRegistrationChangedAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CertificateDeliveredAuditEventTypeImpl
          Generated on 2018-05-09 10:45:32
 class CertificateDeliveredAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CertificateDirectoryTypeImpl
          Generated on 2018-05-09 10:45:32
 class CertificateDirectoryTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CertificateRequestedAuditEventTypeImpl
          Generated on 2018-05-09 10:45:32
 class CertificateRequestedAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:32
 class DirectoryTypeImpl
          Generated on 2018-05-09 10:45:32
 class DirectoryTypeImplBase
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.gds.server
 

Classes in com.prosysopc.ua.types.gds.server that implement UaNode
 class ApplicationRegistrationChangedAuditEventTypeNode
          Generated on 2018-05-09 10:46:27
 class ApplicationRegistrationChangedAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CertificateDeliveredAuditEventTypeNode
          Generated on 2018-05-09 10:46:27
 class CertificateDeliveredAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CertificateDirectoryTypeNode
          Generated on 2018-05-09 10:46:27
 class CertificateDirectoryTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CertificateRequestedAuditEventTypeNode
          Generated on 2018-05-09 10:46:27
 class CertificateRequestedAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class DirectoryTypeNode
          Generated on 2018-05-09 10:46:27
 class DirectoryTypeNodeBase
          Generated on 2018-05-09 10:46:27
 

Uses of UaNode in com.prosysopc.ua.types.opcua
 

Subinterfaces of UaNode in com.prosysopc.ua.types.opcua
 interface AcknowledgeableConditionType
          Generated on 2018-05-09 10:45:27
 interface AddressSpaceFileType
          A file used to store a namespace exported from the server.
 interface AggregateConfigurationType
          Generated on 2018-05-09 10:45:27
 interface AggregateFunctionType
          Generated on 2018-05-09 10:45:27
 interface AlarmConditionType
          Generated on 2018-05-09 10:45:27
 interface AnalogItemType
          Generated on 2018-05-09 10:45:27
 interface ApplicationCertificateType
          Generated on 2018-05-09 10:45:27
 interface ArrayItemType
          Generated on 2018-05-09 10:45:27
 interface AuditActivateSessionEventType
          Generated on 2018-05-09 10:45:27
 interface AuditAddNodesEventType
          Generated on 2018-05-09 10:45:27
 interface AuditAddReferencesEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCancelEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateDataMismatchEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateExpiredEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateInvalidEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateMismatchEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateRevokedEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCertificateUntrustedEventType
          Generated on 2018-05-09 10:45:27
 interface AuditChannelEventType
          A base type for events used to track related changes to a secure channel.
 interface AuditConditionAcknowledgeEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionCommentEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionConfirmEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionEnableEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionRespondEventType
          Generated on 2018-05-09 10:45:27
 interface AuditConditionShelvingEventType
          Generated on 2018-05-09 10:45:27
 interface AuditCreateSessionEventType
          An event that is raised when a session is created.
 interface AuditDeleteNodesEventType
          Generated on 2018-05-09 10:45:27
 interface AuditDeleteReferencesEventType
          Generated on 2018-05-09 10:45:27
 interface AuditEventType
          A base type for events used to track client initiated changes to the server state.
 interface AuditHistoryAtTimeDeleteEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryDeleteEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryEventDeleteEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryEventUpdateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryRawModifyDeleteEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryUpdateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditHistoryValueUpdateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditNodeManagementEventType
          Generated on 2018-05-09 10:45:27
 interface AuditOpenSecureChannelEventType
          An event that is raised when a secure channel is opened.
 interface AuditProgramTransitionEventType
          Generated on 2018-05-09 10:45:27
 interface AuditSecurityEventType
          A base type for events used to track security related changes.
 interface AuditSessionEventType
          A base type for events used to track related changes to a session.
 interface AuditUpdateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditUpdateMethodEventType
          Generated on 2018-05-09 10:45:27
 interface AuditUpdateStateEventType
          Generated on 2018-05-09 10:45:27
 interface AuditUrlMismatchEventType
          Generated on 2018-05-09 10:45:27
 interface AuditWriteUpdateEventType
          Generated on 2018-05-09 10:45:27
 interface BaseConditionClassType
          Generated on 2018-05-09 10:45:27
 interface BaseDataVariableType
          The type for variable that represents a process value.
 interface BaseEventType
          The base type for all events.
 interface BaseInstanceType
           
 interface BaseModelChangeEventType
          Generated on 2018-05-09 10:45:27
 interface BaseObjectType
           
 interface BaseVariableType
           
 interface BuildInfoType
          Generated on 2018-05-09 10:45:27
 interface CertificateExpirationAlarmType
          Generated on 2018-05-09 10:45:27
 interface CertificateGroupFolderType
          Generated on 2018-05-09 10:45:27
 interface CertificateGroupType
          Generated on 2018-05-09 10:45:27
 interface CertificateType
          Generated on 2018-05-09 10:45:27
 interface CertificateUpdatedAuditEventType
          Generated on 2018-05-09 10:45:27
 interface ConditionType
          Generated on 2018-05-09 10:45:27
 interface ConditionVariableType
          Generated on 2018-05-09 10:45:27
 interface CubeItemType
          Generated on 2018-05-09 10:45:27
 interface DataItemType
          A variable that contains live automation data.
 interface DataTypeDescriptionType
          The type for variable that represents the description of a data type encoding.
 interface DataTypeDictionaryType
          The type for variable that represents the collection of data type decriptions.
 interface DataTypeEncodingType
          Generated on 2018-05-09 10:45:27
 interface DataTypeSystemType
          Generated on 2018-05-09 10:45:27
 interface DeviceFailureEventType
          Generated on 2018-05-09 10:45:27
 interface DialogConditionType
          Generated on 2018-05-09 10:45:27
 interface DiscreteAlarmType
          Generated on 2018-05-09 10:45:27
 interface DiscreteItemType
          Generated on 2018-05-09 10:45:27
 interface EventQueueOverflowEventType
          Generated on 2018-05-09 10:45:27
 interface ExclusiveDeviationAlarmType
          Generated on 2018-05-09 10:45:27
 interface ExclusiveLevelAlarmType
          Generated on 2018-05-09 10:45:27
 interface ExclusiveLimitAlarmType
          Generated on 2018-05-09 10:45:27
 interface ExclusiveLimitStateMachineType
          Generated on 2018-05-09 10:45:27
 interface ExclusiveRateOfChangeAlarmType
          Generated on 2018-05-09 10:45:27
 interface FileDirectoryType
          Generated on 2018-05-09 10:45:27
 interface FileType
          An object that represents a file that can be accessed via the server.
 interface FiniteStateMachineType
          Generated on 2018-05-09 10:45:27
 interface FiniteStateVariableType
          Generated on 2018-05-09 10:45:27
 interface FiniteTransitionVariableType
          Generated on 2018-05-09 10:45:27
 interface FolderType
          The type for objects that organize other nodes.
 interface GeneralModelChangeEventType
          Generated on 2018-05-09 10:45:27
 interface HistoricalDataConfigurationType
          Generated on 2018-05-09 10:45:27
 interface HistoryServerCapabilitiesType
          Generated on 2018-05-09 10:45:27
 interface HttpsCertificateType
          Generated on 2018-05-09 10:45:27
 interface ImageItemType
          Generated on 2018-05-09 10:45:27
 interface InitialStateType
          Generated on 2018-05-09 10:45:27
 interface LimitAlarmType
          Generated on 2018-05-09 10:45:27
 interface MaintenanceConditionClassType
          Generated on 2018-05-09 10:45:27
 interface ModellingRuleType
          The type for an object that describes how an instance declaration is used when a type is instantiated.
 interface MultiStateDiscreteType
          Generated on 2018-05-09 10:45:27
 interface MultiStateValueDiscreteType
          Generated on 2018-05-09 10:45:27
 interface NamespaceMetadataType
          Provides the metadata for a namespace used by the server.
 interface NamespacesType
          A container for the namespace metadata provided by the server.
 interface NDimensionArrayItemType
          Generated on 2018-05-09 10:45:27
 interface NonExclusiveDeviationAlarmType
          Generated on 2018-05-09 10:45:27
 interface NonExclusiveLevelAlarmType
          Generated on 2018-05-09 10:45:27
 interface NonExclusiveLimitAlarmType
          Generated on 2018-05-09 10:45:27
 interface NonExclusiveRateOfChangeAlarmType
          Generated on 2018-05-09 10:45:27
 interface NonTransparentNetworkRedundancyType
          Generated on 2018-05-09 10:45:27
 interface NonTransparentRedundancyType
          Identifies the capabilties of server that supports non-transparent redundancy.
 interface OffNormalAlarmType
          Generated on 2018-05-09 10:45:27
 interface OperationLimitsType
          Identifies the operation limits imposed by the server.
 interface OptionSetType
          Generated on 2018-05-09 10:45:27
 interface ProcessConditionClassType
          Generated on 2018-05-09 10:45:27
 interface ProgramDiagnosticType
          Generated on 2018-05-09 10:45:27
 interface ProgramStateMachineType
          A state machine for a program.
 interface ProgramTransitionAuditEventType
          Generated on 2018-05-09 10:45:27
 interface ProgramTransitionEventType
          Generated on 2018-05-09 10:45:27
 interface ProgressEventType
          Generated on 2018-05-09 10:45:27
 interface RefreshEndEventType
          Generated on 2018-05-09 10:45:27
 interface RefreshRequiredEventType
          Generated on 2018-05-09 10:45:27
 interface RefreshStartEventType
          Generated on 2018-05-09 10:45:27
 interface RsaMinApplicationCertificateType
          Generated on 2018-05-09 10:45:27
 interface RsaSha256ApplicationCertificateType
          Generated on 2018-05-09 10:45:27
 interface SamplingIntervalDiagnosticsArrayType
          Generated on 2018-05-09 10:45:27
 interface SamplingIntervalDiagnosticsType
          Generated on 2018-05-09 10:45:27
 interface SemanticChangeEventType
          Generated on 2018-05-09 10:45:27
 interface ServerCapabilitiesType
          Describes the capabilities supported by the server.
 interface ServerConfigurationType
          Generated on 2018-05-09 10:45:27
 interface ServerDiagnosticsSummaryType
          Generated on 2018-05-09 10:45:27
 interface ServerDiagnosticsType
          The diagnostics information for a server.
 interface ServerRedundancyType
          A base type for an object that describe how a server supports redundancy.
 interface ServerStatusType
          Generated on 2018-05-09 10:45:27
 interface ServerType
          Specifies the current status and capabilities of the server.
 interface ServerVendorCapabilityType
          Generated on 2018-05-09 10:45:27
 interface SessionDiagnosticsArrayType
          Generated on 2018-05-09 10:45:27
 interface SessionDiagnosticsObjectType
          A container for session level diagnostics information.
 interface SessionDiagnosticsVariableType
          Generated on 2018-05-09 10:45:27
 interface SessionsDiagnosticsSummaryType
          Provides a summary of session level diagnostics.
 interface SessionSecurityDiagnosticsArrayType
          Generated on 2018-05-09 10:45:27
 interface SessionSecurityDiagnosticsType
          Generated on 2018-05-09 10:45:27
 interface ShelvedStateMachineType
          Generated on 2018-05-09 10:45:27
 interface StateMachineType
          Generated on 2018-05-09 10:45:27
 interface StateType
          Generated on 2018-05-09 10:45:27
 interface StateVariableType
          Generated on 2018-05-09 10:45:27
 interface SubscriptionDiagnosticsArrayType
          Generated on 2018-05-09 10:45:27
 interface SubscriptionDiagnosticsType
          Generated on 2018-05-09 10:45:27
 interface SystemConditionClassType
          Generated on 2018-05-09 10:45:27
 interface SystemEventType
          Generated on 2018-05-09 10:45:27
 interface SystemOffNormalAlarmType
          Generated on 2018-05-09 10:45:27
 interface SystemStatusChangeEventType
          Generated on 2018-05-09 10:45:27
 interface TransitionEventType
          Generated on 2018-05-09 10:45:27
 interface TransitionType
          Generated on 2018-05-09 10:45:27
 interface TransitionVariableType
          Generated on 2018-05-09 10:45:27
 interface TransparentRedundancyType
          Identifies the capabilties of server that supports transparent redundancy.
 interface TripAlarmType
          Generated on 2018-05-09 10:45:27
 interface TrustListType
          Generated on 2018-05-09 10:45:27
 interface TrustListUpdatedAuditEventType
          Generated on 2018-05-09 10:45:27
 interface TwoStateDiscreteType
          Generated on 2018-05-09 10:45:27
 interface TwoStateVariableType
          Generated on 2018-05-09 10:45:27
 interface VendorServerInfoType
          A base type for vendor specific server information.
 interface XYArrayItemType
          Generated on 2018-05-09 10:45:27
 interface YArrayItemType
          Generated on 2018-05-09 10:45:27
 

Uses of UaNode in com.prosysopc.ua.types.opcua.client
 

Classes in com.prosysopc.ua.types.opcua.client that implement UaNode
 class AcknowledgeableConditionTypeImpl
          Generated on 2018-05-09 10:45:27
 class AcknowledgeableConditionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AddressSpaceFileTypeImpl
          A file used to store a namespace exported from the server.
 class AddressSpaceFileTypeImplBase
          A file used to store a namespace exported from the server.
 class AggregateConfigurationTypeImpl
          Generated on 2018-05-09 10:45:27
 class AggregateConfigurationTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AggregateFunctionTypeImpl
          Generated on 2018-05-09 10:45:27
 class AggregateFunctionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AlarmConditionTypeImpl
          Generated on 2018-05-09 10:45:27
 class AlarmConditionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AnalogItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class AnalogItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ApplicationCertificateTypeImpl
          Generated on 2018-05-09 10:45:27
 class ApplicationCertificateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ArrayItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class ArrayItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditActivateSessionEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditActivateSessionEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditAddNodesEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditAddNodesEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditAddReferencesEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditAddReferencesEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCancelEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCancelEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateDataMismatchEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateDataMismatchEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateExpiredEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateExpiredEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateInvalidEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateInvalidEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateMismatchEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateMismatchEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateRevokedEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateRevokedEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCertificateUntrustedEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditCertificateUntrustedEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditChannelEventTypeImpl
          A base type for events used to track related changes to a secure channel.
 class AuditChannelEventTypeImplBase
          A base type for events used to track related changes to a secure channel.
 class AuditConditionAcknowledgeEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionAcknowledgeEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionCommentEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionCommentEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionConfirmEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionConfirmEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionEnableEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionEnableEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionRespondEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionRespondEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditConditionShelvingEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditConditionShelvingEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditCreateSessionEventTypeImpl
          An event that is raised when a session is created.
 class AuditCreateSessionEventTypeImplBase
          An event that is raised when a session is created.
 class AuditDeleteNodesEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditDeleteNodesEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditDeleteReferencesEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditDeleteReferencesEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditEventTypeImpl
          A base type for events used to track client initiated changes to the server state.
 class AuditEventTypeImplBase
          A base type for events used to track client initiated changes to the server state.
 class AuditHistoryAtTimeDeleteEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryAtTimeDeleteEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryDeleteEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryDeleteEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryEventDeleteEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryEventDeleteEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryEventUpdateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryEventUpdateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryRawModifyDeleteEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryRawModifyDeleteEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryUpdateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryUpdateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditHistoryValueUpdateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditHistoryValueUpdateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditNodeManagementEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditNodeManagementEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditOpenSecureChannelEventTypeImpl
          An event that is raised when a secure channel is opened.
 class AuditOpenSecureChannelEventTypeImplBase
          An event that is raised when a secure channel is opened.
 class AuditProgramTransitionEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditProgramTransitionEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditSecurityEventTypeImpl
          A base type for events used to track security related changes.
 class AuditSecurityEventTypeImplBase
          A base type for events used to track security related changes.
 class AuditSessionEventTypeImpl
          A base type for events used to track related changes to a session.
 class AuditSessionEventTypeImplBase
          A base type for events used to track related changes to a session.
 class AuditUpdateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditUpdateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditUpdateMethodEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditUpdateMethodEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditUpdateStateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditUpdateStateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditUrlMismatchEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditUrlMismatchEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class AuditWriteUpdateEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class AuditWriteUpdateEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class BaseConditionClassTypeImpl
          Generated on 2018-05-09 10:45:27
 class BaseConditionClassTypeImplBase
          Generated on 2018-05-09 10:45:27
 class BaseDataVariableTypeImpl
          The type for variable that represents a process value.
 class BaseDataVariableTypeImplBase
          The type for variable that represents a process value.
 class BaseEventTypeImpl
          The base type for all events.
 class BaseEventTypeImplBase
          The base type for all events.
 class BaseModelChangeEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class BaseModelChangeEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class BaseObjectTypeImpl
           
 class BaseVariableTypeImpl
           
 class BuildInfoTypeImpl
          Generated on 2018-05-09 10:45:27
 class BuildInfoTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CertificateExpirationAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class CertificateExpirationAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CertificateGroupFolderTypeImpl
          Generated on 2018-05-09 10:45:27
 class CertificateGroupFolderTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CertificateGroupTypeImpl
          Generated on 2018-05-09 10:45:27
 class CertificateGroupTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CertificateTypeImpl
          Generated on 2018-05-09 10:45:27
 class CertificateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CertificateUpdatedAuditEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class CertificateUpdatedAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ConditionTypeImpl
          Generated on 2018-05-09 10:45:27
 class ConditionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ConditionVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class ConditionVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class CubeItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class CubeItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DataItemTypeImpl
          A variable that contains live automation data.
 class DataItemTypeImplBase
          A variable that contains live automation data.
 class DataTypeDescriptionTypeImpl
          The type for variable that represents the description of a data type encoding.
 class DataTypeDescriptionTypeImplBase
          The type for variable that represents the description of a data type encoding.
 class DataTypeDictionaryTypeImpl
          The type for variable that represents the collection of data type decriptions.
 class DataTypeDictionaryTypeImplBase
          The type for variable that represents the collection of data type decriptions.
 class DataTypeEncodingTypeImpl
          Generated on 2018-05-09 10:45:27
 class DataTypeEncodingTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DataTypeSystemTypeImpl
          Generated on 2018-05-09 10:45:27
 class DataTypeSystemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DeviceFailureEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class DeviceFailureEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DialogConditionTypeImpl
          Generated on 2018-05-09 10:45:27
 class DialogConditionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DiscreteAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class DiscreteAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class DiscreteItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class DiscreteItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class EventQueueOverflowEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class EventQueueOverflowEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ExclusiveDeviationAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class ExclusiveDeviationAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ExclusiveLevelAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class ExclusiveLevelAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ExclusiveLimitAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class ExclusiveLimitAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ExclusiveLimitStateMachineTypeImpl
          Generated on 2018-05-09 10:45:27
 class ExclusiveLimitStateMachineTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ExclusiveRateOfChangeAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class ExclusiveRateOfChangeAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class FileDirectoryTypeImpl
          Generated on 2018-05-09 10:45:27
 class FileDirectoryTypeImplBase
          Generated on 2018-05-09 10:45:27
 class FileTypeImpl
          An object that represents a file that can be accessed via the server.
 class FileTypeImplBase
          An object that represents a file that can be accessed via the server.
 class FiniteStateMachineTypeImpl
          Generated on 2018-05-09 10:45:27
 class FiniteStateMachineTypeImplBase
          Generated on 2018-05-09 10:45:27
 class FiniteStateVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class FiniteStateVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class FiniteTransitionVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class FiniteTransitionVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class FolderTypeImpl
          The type for objects that organize other nodes.
 class FolderTypeImplBase
          The type for objects that organize other nodes.
 class GeneralModelChangeEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class GeneralModelChangeEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class HistoricalDataConfigurationTypeImpl
          Generated on 2018-05-09 10:45:27
 class HistoricalDataConfigurationTypeImplBase
          Generated on 2018-05-09 10:45:27
 class HistoryServerCapabilitiesTypeImpl
          Generated on 2018-05-09 10:45:27
 class HistoryServerCapabilitiesTypeImplBase
          Generated on 2018-05-09 10:45:27
 class HttpsCertificateTypeImpl
          Generated on 2018-05-09 10:45:27
 class HttpsCertificateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ImageItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class ImageItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class InitialStateTypeImpl
          Generated on 2018-05-09 10:45:27
 class InitialStateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class LimitAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class LimitAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class MaintenanceConditionClassTypeImpl
          Generated on 2018-05-09 10:45:27
 class MaintenanceConditionClassTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ModellingRuleTypeImpl
          The type for an object that describes how an instance declaration is used when a type is instantiated.
 class ModellingRuleTypeImplBase
          The type for an object that describes how an instance declaration is used when a type is instantiated.
 class MultiStateDiscreteTypeImpl
          Generated on 2018-05-09 10:45:27
 class MultiStateDiscreteTypeImplBase
          Generated on 2018-05-09 10:45:27
 class MultiStateValueDiscreteTypeImpl
          Generated on 2018-05-09 10:45:27
 class MultiStateValueDiscreteTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NamespaceMetadataTypeImpl
          Provides the metadata for a namespace used by the server.
 class NamespaceMetadataTypeImplBase
          Provides the metadata for a namespace used by the server.
 class NamespacesTypeImpl
          A container for the namespace metadata provided by the server.
 class NamespacesTypeImplBase
          A container for the namespace metadata provided by the server.
 class NDimensionArrayItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class NDimensionArrayItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonExclusiveDeviationAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class NonExclusiveDeviationAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonExclusiveLevelAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class NonExclusiveLevelAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonExclusiveLimitAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class NonExclusiveLimitAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonExclusiveRateOfChangeAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class NonExclusiveRateOfChangeAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonTransparentNetworkRedundancyTypeImpl
          Generated on 2018-05-09 10:45:27
 class NonTransparentNetworkRedundancyTypeImplBase
          Generated on 2018-05-09 10:45:27
 class NonTransparentRedundancyTypeImpl
          Identifies the capabilties of server that supports non-transparent redundancy.
 class NonTransparentRedundancyTypeImplBase
          Identifies the capabilties of server that supports non-transparent redundancy.
 class OffNormalAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class OffNormalAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class OperationLimitsTypeImpl
          Identifies the operation limits imposed by the server.
 class OperationLimitsTypeImplBase
          Identifies the operation limits imposed by the server.
 class OptionSetTypeImpl
          Generated on 2018-05-09 10:45:27
 class OptionSetTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ProcessConditionClassTypeImpl
          Generated on 2018-05-09 10:45:27
 class ProcessConditionClassTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ProgramDiagnosticTypeImpl
          Generated on 2018-05-09 10:45:27
 class ProgramDiagnosticTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ProgramStateMachineTypeImpl
          A state machine for a program.
 class ProgramStateMachineTypeImplBase
          A state machine for a program.
 class ProgramTransitionAuditEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class ProgramTransitionAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ProgramTransitionEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class ProgramTransitionEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ProgressEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class ProgressEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class RefreshEndEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class RefreshEndEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class RefreshRequiredEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class RefreshRequiredEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class RefreshStartEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class RefreshStartEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class RsaMinApplicationCertificateTypeImpl
          Generated on 2018-05-09 10:45:27
 class RsaMinApplicationCertificateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class RsaSha256ApplicationCertificateTypeImpl
          Generated on 2018-05-09 10:45:27
 class RsaSha256ApplicationCertificateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SamplingIntervalDiagnosticsArrayTypeImpl
          Generated on 2018-05-09 10:45:27
 class SamplingIntervalDiagnosticsArrayTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SamplingIntervalDiagnosticsTypeImpl
          Generated on 2018-05-09 10:45:27
 class SamplingIntervalDiagnosticsTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SemanticChangeEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class SemanticChangeEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ServerCapabilitiesTypeImpl
          Describes the capabilities supported by the server.
 class ServerCapabilitiesTypeImplBase
          Describes the capabilities supported by the server.
 class ServerConfigurationTypeImpl
          Generated on 2018-05-09 10:45:27
 class ServerConfigurationTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ServerDiagnosticsSummaryTypeImpl
          Generated on 2018-05-09 10:45:27
 class ServerDiagnosticsSummaryTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ServerDiagnosticsTypeImpl
          The diagnostics information for a server.
 class ServerDiagnosticsTypeImplBase
          The diagnostics information for a server.
 class ServerRedundancyTypeImpl
          A base type for an object that describe how a server supports redundancy.
 class ServerRedundancyTypeImplBase
          A base type for an object that describe how a server supports redundancy.
 class ServerStatusTypeImpl
          Generated on 2018-05-09 10:45:27
 class ServerStatusTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ServerTypeImpl
          Specifies the current status and capabilities of the server.
 class ServerTypeImplBase
          Specifies the current status and capabilities of the server.
 class ServerVendorCapabilityTypeImpl
          Generated on 2018-05-09 10:45:27
 class ServerVendorCapabilityTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SessionDiagnosticsArrayTypeImpl
          Generated on 2018-05-09 10:45:27
 class SessionDiagnosticsArrayTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SessionDiagnosticsObjectTypeImpl
          A container for session level diagnostics information.
 class SessionDiagnosticsObjectTypeImplBase
          A container for session level diagnostics information.
 class SessionDiagnosticsVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class SessionDiagnosticsVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SessionsDiagnosticsSummaryTypeImpl
          Provides a summary of session level diagnostics.
 class SessionsDiagnosticsSummaryTypeImplBase
          Provides a summary of session level diagnostics.
 class SessionSecurityDiagnosticsArrayTypeImpl
          Generated on 2018-05-09 10:45:27
 class SessionSecurityDiagnosticsArrayTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SessionSecurityDiagnosticsTypeImpl
          Generated on 2018-05-09 10:45:27
 class SessionSecurityDiagnosticsTypeImplBase
          Generated on 2018-05-09 10:45:27
 class ShelvedStateMachineTypeImpl
          Generated on 2018-05-09 10:45:27
 class ShelvedStateMachineTypeImplBase
          Generated on 2018-05-09 10:45:27
 class StateMachineTypeImpl
          Generated on 2018-05-09 10:45:27
 class StateMachineTypeImplBase
          Generated on 2018-05-09 10:45:27
 class StateTypeImpl
          Generated on 2018-05-09 10:45:27
 class StateTypeImplBase
          Generated on 2018-05-09 10:45:27
 class StateVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class StateVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SubscriptionDiagnosticsArrayTypeImpl
          Generated on 2018-05-09 10:45:27
 class SubscriptionDiagnosticsArrayTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SubscriptionDiagnosticsTypeImpl
          Generated on 2018-05-09 10:45:27
 class SubscriptionDiagnosticsTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SystemConditionClassTypeImpl
          Generated on 2018-05-09 10:45:27
 class SystemConditionClassTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SystemEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class SystemEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SystemOffNormalAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class SystemOffNormalAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class SystemStatusChangeEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class SystemStatusChangeEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TransitionEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class TransitionEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TransitionTypeImpl
          Generated on 2018-05-09 10:45:27
 class TransitionTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TransitionVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class TransitionVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TransparentRedundancyTypeImpl
          Identifies the capabilties of server that supports transparent redundancy.
 class TransparentRedundancyTypeImplBase
          Identifies the capabilties of server that supports transparent redundancy.
 class TripAlarmTypeImpl
          Generated on 2018-05-09 10:45:27
 class TripAlarmTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TrustListTypeImpl
          Generated on 2018-05-09 10:45:27
 class TrustListTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TrustListUpdatedAuditEventTypeImpl
          Generated on 2018-05-09 10:45:27
 class TrustListUpdatedAuditEventTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TwoStateDiscreteTypeImpl
          Generated on 2018-05-09 10:45:27
 class TwoStateDiscreteTypeImplBase
          Generated on 2018-05-09 10:45:27
 class TwoStateVariableTypeImpl
          Generated on 2018-05-09 10:45:27
 class TwoStateVariableTypeImplBase
          Generated on 2018-05-09 10:45:27
 class VendorServerInfoTypeImpl
          A base type for vendor specific server information.
 class VendorServerInfoTypeImplBase
          A base type for vendor specific server information.
 class XYArrayItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class XYArrayItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 class YArrayItemTypeImpl
          Generated on 2018-05-09 10:45:27
 class YArrayItemTypeImplBase
          Generated on 2018-05-09 10:45:27
 

Uses of UaNode in com.prosysopc.ua.types.opcua.server
 

Classes in com.prosysopc.ua.types.opcua.server that implement UaNode
 class AcknowledgeableConditionTypeNode
          The AcknowledgeableConditionType extends the ConditionType by defining acknowledgement characteristics.
 class AcknowledgeableConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AddressSpaceFileTypeNode
          A file used to store a namespace exported from the server.
 class AddressSpaceFileTypeNodeBase
          A file used to store a namespace exported from the server.
 class AggregateConfigurationTypeNode
           
 class AggregateConfigurationTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AggregateFunctionTypeNode
          Generated on 2018-05-09 10:46:24
 class AggregateFunctionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AlarmConditionTypeNode
           
 class AlarmConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AnalogItemTypeNode
          Generated on 2018-05-09 10:46:24
 class AnalogItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ApplicationCertificateTypeNode
          Generated on 2018-05-09 10:46:24
 class ApplicationCertificateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ArrayItemTypeNode
          Generated on 2018-05-09 10:46:24
 class ArrayItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditActivateSessionEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditActivateSessionEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditAddNodesEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditAddNodesEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditAddReferencesEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditAddReferencesEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCancelEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCancelEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateDataMismatchEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateDataMismatchEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateExpiredEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateExpiredEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateInvalidEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateInvalidEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateMismatchEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateMismatchEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateRevokedEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateRevokedEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCertificateUntrustedEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditCertificateUntrustedEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditChannelEventTypeNode
          A base type for events used to track related changes to a secure channel.
 class AuditChannelEventTypeNodeBase
          A base type for events used to track related changes to a secure channel.
 class AuditConditionAcknowledgeEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionAcknowledgeEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionCommentEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionCommentEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionConfirmEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionConfirmEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionEnableEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionEnableEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionRespondEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionRespondEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditConditionShelvingEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditConditionShelvingEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditCreateSessionEventTypeNode
          An event that is raised when a session is created.
 class AuditCreateSessionEventTypeNodeBase
          An event that is raised when a session is created.
 class AuditDeleteNodesEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditDeleteNodesEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditDeleteReferencesEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditDeleteReferencesEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditEventTypeNode
          A base type for events used to track client initiated changes to the server state.
 class AuditEventTypeNodeBase
          A base type for events used to track client initiated changes to the server state.
 class AuditHistoryAtTimeDeleteEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryAtTimeDeleteEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryDeleteEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryDeleteEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryEventDeleteEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryEventDeleteEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryEventUpdateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryEventUpdateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryRawModifyDeleteEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryRawModifyDeleteEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryUpdateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryUpdateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditHistoryValueUpdateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditHistoryValueUpdateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditNodeManagementEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditNodeManagementEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditOpenSecureChannelEventTypeNode
          An event that is raised when a secure channel is opened.
 class AuditOpenSecureChannelEventTypeNodeBase
          An event that is raised when a secure channel is opened.
 class AuditProgramTransitionEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditProgramTransitionEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditSecurityEventTypeNode
          A base type for events used to track security related changes.
 class AuditSecurityEventTypeNodeBase
          A base type for events used to track security related changes.
 class AuditSessionEventTypeNode
          A base type for events used to track related changes to a session.
 class AuditSessionEventTypeNodeBase
          A base type for events used to track related changes to a session.
 class AuditUpdateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditUpdateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditUpdateMethodEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditUpdateMethodEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditUpdateStateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditUpdateStateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditUrlMismatchEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditUrlMismatchEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class AuditWriteUpdateEventTypeNode
          Generated on 2018-05-09 10:46:24
 class AuditWriteUpdateEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class BaseConditionClassTypeNode
          Generated on 2018-05-09 10:46:24
 class BaseConditionClassTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class BaseDataVariableTypeNode
          The type for variable that represents a process value.
 class BaseDataVariableTypeNodeBase
          The type for variable that represents a process value.
 class BaseEventTypeNode
          Base Event Type.
 class BaseEventTypeNodeBase
          The base type for all events.
 class BaseModelChangeEventTypeNode
          Generated on 2018-05-09 10:46:24
 class BaseModelChangeEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class BaseObjectTypeNode
           
 class BaseVariableTypeNode
           
 class BuildInfoTypeNode
          Generated on 2018-05-09 10:46:24
 class BuildInfoTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateExpirationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateExpirationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateGroupFolderTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateGroupFolderTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateGroupTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateGroupTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CertificateUpdatedAuditEventTypeNode
          Generated on 2018-05-09 10:46:24
 class CertificateUpdatedAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ConditionTypeNode
          Standard OPC UA condition type as defined in the A&C specification.
 class ConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ConditionVariableTypeNode
          Generated on 2018-05-09 10:46:24
 class ConditionVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class CubeItemTypeNode
          Generated on 2018-05-09 10:46:24
 class CubeItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DataItemTypeNode
          A variable that contains live automation data.
 class DataItemTypeNodeBase
          A variable that contains live automation data.
 class DataTypeDescriptionTypeNode
          The type for variable that represents the description of a data type encoding.
 class DataTypeDescriptionTypeNodeBase
          The type for variable that represents the description of a data type encoding.
 class DataTypeDictionaryTypeNode
          The type for variable that represents the collection of data type decriptions.
 class DataTypeDictionaryTypeNodeBase
          The type for variable that represents the collection of data type decriptions.
 class DataTypeEncodingTypeNode
          Generated on 2018-05-09 10:46:24
 class DataTypeEncodingTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DataTypeSystemTypeNode
          Generated on 2018-05-09 10:46:24
 class DataTypeSystemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DeviceFailureEventTypeNode
          Generated on 2018-05-09 10:46:24
 class DeviceFailureEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DialogConditionTypeNode
           
 class DialogConditionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DiscreteAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class DiscreteAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class DiscreteItemTypeNode
          Generated on 2018-05-09 10:46:24
 class DiscreteItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class EventQueueOverflowEventTypeNode
           
 class EventQueueOverflowEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveDeviationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveDeviationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveLevelAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveLevelAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveLimitAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveLimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveLimitStateMachineTypeNode
          The ExclusiveLimitStateMachineType defines the state machine used by AlarmTypes that handle multiple mutually exclusive limits.
 class ExclusiveLimitStateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ExclusiveRateOfChangeAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class ExclusiveRateOfChangeAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class FileDirectoryTypeNode
          Generated on 2018-05-09 10:46:24
 class FileDirectoryTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class FileTypeNode
          Implementation of the OPC UA FileType object type.
 class FileTypeNodeBase
          An object that represents a file that can be accessed via the server.
 class FiniteStateMachineTypeNode
          Generated on 2018-05-09 10:46:24
 class FiniteStateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class FiniteStateVariableTypeNode
          Generated on 2018-05-09 10:46:24
 class FiniteStateVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class FiniteTransitionVariableTypeNode
           
 class FiniteTransitionVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class FolderTypeNode
          The type for objects that organize other nodes.
 class FolderTypeNodeBase
          The type for objects that organize other nodes.
 class GeneralModelChangeEventTypeNode
          Generated on 2018-05-09 10:46:24
 class GeneralModelChangeEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class HistoricalDataConfigurationTypeNode
          Generated on 2018-05-09 10:46:24
 class HistoricalDataConfigurationTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class HistoryServerCapabilitiesTypeNode
          Generated on 2018-05-09 10:46:24
 class HistoryServerCapabilitiesTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class HttpsCertificateTypeNode
          Generated on 2018-05-09 10:46:24
 class HttpsCertificateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ImageItemTypeNode
          Generated on 2018-05-09 10:46:24
 class ImageItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class InitialStateTypeNode
          Generated on 2018-05-09 10:46:24
 class InitialStateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class LimitAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class LimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class MaintenanceConditionClassTypeNode
          Generated on 2018-05-09 10:46:24
 class MaintenanceConditionClassTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ModellingRuleTypeNode
          The type for an object that describes how an instance declaration is used when a type is instantiated.
 class ModellingRuleTypeNodeBase
          The type for an object that describes how an instance declaration is used when a type is instantiated.
 class MultiStateDiscreteTypeNode
          Generated on 2018-05-09 10:46:24
 class MultiStateDiscreteTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class MultiStateValueDiscreteTypeNode
          Generated on 2018-05-09 10:46:24
 class MultiStateValueDiscreteTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NamespaceMetadataTypeNode
          Provides the metadata for a namespace used by the server.
 class NamespaceMetadataTypeNodeBase
          Provides the metadata for a namespace used by the server.
 class NamespacesTypeNode
          A container for the namespace metadata provided by the server.
 class NamespacesTypeNodeBase
          A container for the namespace metadata provided by the server.
 class NDimensionArrayItemTypeNode
          Generated on 2018-05-09 10:46:24
 class NDimensionArrayItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveDeviationAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveDeviationAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLevelAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLevelAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveLimitAlarmTypeNode
           
 class NonExclusiveLimitAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonExclusiveRateOfChangeAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class NonExclusiveRateOfChangeAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonTransparentNetworkRedundancyTypeNode
          Generated on 2018-05-09 10:46:24
 class NonTransparentNetworkRedundancyTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class NonTransparentRedundancyTypeNode
          Identifies the capabilties of server that supports non-transparent redundancy.
 class NonTransparentRedundancyTypeNodeBase
          Identifies the capabilties of server that supports non-transparent redundancy.
 class OffNormalAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class OffNormalAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class OperationLimitsTypeNode
          Identifies the operation limits imposed by the server.
 class OperationLimitsTypeNodeBase
          Identifies the operation limits imposed by the server.
 class OptionSetTypeNode
          Generated on 2018-05-09 10:46:24
 class OptionSetTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ProcessConditionClassTypeNode
          Generated on 2018-05-09 10:46:24
 class ProcessConditionClassTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ProgramDiagnosticTypeNode
          Generated on 2018-05-09 10:46:24
 class ProgramDiagnosticTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ProgramStateMachineTypeNode
          A state machine for a program.
 class ProgramStateMachineTypeNodeBase
          A state machine for a program.
 class ProgramTransitionAuditEventTypeNode
          Generated on 2018-05-09 10:46:24
 class ProgramTransitionAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ProgramTransitionEventTypeNode
          Generated on 2018-05-09 10:46:24
 class ProgramTransitionEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ProgressEventTypeNode
          Generated on 2018-05-09 10:46:24
 class ProgressEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class RefreshEndEventTypeNode
          Generated on 2018-05-09 10:46:24
 class RefreshEndEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class RefreshRequiredEventTypeNode
          Generated on 2018-05-09 10:46:24
 class RefreshRequiredEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class RefreshStartEventTypeNode
          Generated on 2018-05-09 10:46:24
 class RefreshStartEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class RsaMinApplicationCertificateTypeNode
          Generated on 2018-05-09 10:46:24
 class RsaMinApplicationCertificateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class RsaSha256ApplicationCertificateTypeNode
          Generated on 2018-05-09 10:46:24
 class RsaSha256ApplicationCertificateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SamplingIntervalDiagnosticsArrayTypeNode
          Generated on 2018-05-09 10:46:24
 class SamplingIntervalDiagnosticsArrayTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SamplingIntervalDiagnosticsTypeNode
          Generated on 2018-05-09 10:46:24
 class SamplingIntervalDiagnosticsTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SemanticChangeEventTypeNode
           
 class SemanticChangeEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ServerCapabilitiesTypeNode
          Describes the capabilities supported by the server.
 class ServerCapabilitiesTypeNodeBase
          Describes the capabilities supported by the server.
 class ServerConfigurationTypeNode
          Generated on 2018-05-09 10:46:24
 class ServerConfigurationTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ServerDiagnosticsSummaryTypeNode
           
 class ServerDiagnosticsSummaryTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ServerDiagnosticsTypeNode
          The diagnostics information for a server.
 class ServerDiagnosticsTypeNodeBase
          The diagnostics information for a server.
 class ServerRedundancyTypeNode
          A base type for an object that describe how a server supports redundancy.
 class ServerRedundancyTypeNodeBase
          A base type for an object that describe how a server supports redundancy.
 class ServerStatusTypeNode
           
 class ServerStatusTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ServerTypeNode
          Specifies the current status and capabilities of the server.
 class ServerTypeNodeBase
          Specifies the current status and capabilities of the server.
 class ServerVendorCapabilityTypeNode
          Generated on 2018-05-09 10:46:24
 class ServerVendorCapabilityTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SessionDiagnosticsArrayTypeNode
          Generated on 2018-05-09 10:46:24
 class SessionDiagnosticsArrayTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SessionDiagnosticsObjectTypeNode
          A container for session level diagnostics information.
 class SessionDiagnosticsObjectTypeNodeBase
          A container for session level diagnostics information.
 class SessionDiagnosticsVariableTypeNode
          Generated on 2018-05-09 10:46:24
 class SessionDiagnosticsVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SessionsDiagnosticsSummaryTypeNode
          Provides a summary of session level diagnostics.
 class SessionsDiagnosticsSummaryTypeNodeBase
          Provides a summary of session level diagnostics.
 class SessionSecurityDiagnosticsArrayTypeNode
          Generated on 2018-05-09 10:46:24
 class SessionSecurityDiagnosticsArrayTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SessionSecurityDiagnosticsTypeNode
           
 class SessionSecurityDiagnosticsTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class ShelvedStateMachineTypeNode
           
 class ShelvedStateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class StateMachineTypeNode
          Generated on 2018-05-09 10:46:24
 class StateMachineTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class StateTypeNode
          Generated on 2018-05-09 10:46:24
 class StateTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class StateVariableTypeNode
          Generated on 2018-05-09 10:46:24
 class StateVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SubscriptionDiagnosticsArrayTypeNode
           
 class SubscriptionDiagnosticsArrayTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SubscriptionDiagnosticsTypeNode
          Generated on 2018-05-09 10:46:24
 class SubscriptionDiagnosticsTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SystemConditionClassTypeNode
          Generated on 2018-05-09 10:46:24
 class SystemConditionClassTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SystemEventTypeNode
          Generated on 2018-05-09 10:46:24
 class SystemEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SystemOffNormalAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class SystemOffNormalAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class SystemStatusChangeEventTypeNode
          Generated on 2018-05-09 10:46:24
 class SystemStatusChangeEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TransitionEventTypeNode
          Generated on 2018-05-09 10:46:24
 class TransitionEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TransitionTypeNode
          Generated on 2018-05-09 10:46:24
 class TransitionTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TransitionVariableTypeNode
          Generated on 2018-05-09 10:46:24
 class TransitionVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TransparentRedundancyTypeNode
          Identifies the capabilties of server that supports transparent redundancy.
 class TransparentRedundancyTypeNodeBase
          Identifies the capabilties of server that supports transparent redundancy.
 class TripAlarmTypeNode
          Generated on 2018-05-09 10:46:24
 class TripAlarmTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TrustListTypeNode
          Generated on 2018-05-09 10:46:24
 class TrustListTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TrustListUpdatedAuditEventTypeNode
          Generated on 2018-05-09 10:46:24
 class TrustListUpdatedAuditEventTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TwoStateDiscreteTypeNode
          Generated on 2018-05-09 10:46:24
 class TwoStateDiscreteTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class TwoStateVariableTypeNode
           
 class TwoStateVariableTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class VendorServerInfoTypeNode
          A base type for vendor specific server information.
 class VendorServerInfoTypeNodeBase
          A base type for vendor specific server information.
 class XYArrayItemTypeNode
          Generated on 2018-05-09 10:46:24
 class XYArrayItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 class YArrayItemTypeNode
          Generated on 2018-05-09 10:46:24
 class YArrayItemTypeNodeBase
          Generated on 2018-05-09 10:46:24
 

Methods in com.prosysopc.ua.types.opcua.server that return UaNode
 UaNode BaseEventTypeNode.getSource()
          The source of the event.
 

Methods in com.prosysopc.ua.types.opcua.server with parameters of type UaNode
 void BaseEventTypeNode.setSource(UaNode source)
          Define the source node of the event.
 

Uses of UaNode in com.prosysopc.ua.types.plc
 

Subinterfaces of UaNode in com.prosysopc.ua.types.plc
 interface CtrlConfigurationType
          Generated on 2018-05-09 10:45:32
 interface CtrlFunctionBlockType
          Generated on 2018-05-09 10:45:32
 interface CtrlProgramOrganizationUnitType
          Generated on 2018-05-09 10:45:32
 interface CtrlProgramType
          Generated on 2018-05-09 10:45:32
 interface CtrlResourceType
          Generated on 2018-05-09 10:45:32
 interface CtrlTaskType
          Generated on 2018-05-09 10:45:32
 interface SFCType
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.plc.client
 

Classes in com.prosysopc.ua.types.plc.client that implement UaNode
 class CtrlConfigurationTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlConfigurationTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CtrlFunctionBlockTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlFunctionBlockTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CtrlProgramOrganizationUnitTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlProgramOrganizationUnitTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CtrlProgramTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlProgramTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CtrlResourceTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlResourceTypeImplBase
          Generated on 2018-05-09 10:45:32
 class CtrlTaskTypeImpl
          Generated on 2018-05-09 10:45:32
 class CtrlTaskTypeImplBase
          Generated on 2018-05-09 10:45:32
 class SFCTypeImpl
          Generated on 2018-05-09 10:45:32
 class SFCTypeImplBase
          Generated on 2018-05-09 10:45:32
 

Uses of UaNode in com.prosysopc.ua.types.plc.server
 

Classes in com.prosysopc.ua.types.plc.server that implement UaNode
 class CtrlConfigurationTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlConfigurationTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CtrlFunctionBlockTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlFunctionBlockTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CtrlProgramOrganizationUnitTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlProgramOrganizationUnitTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CtrlProgramTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlProgramTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CtrlResourceTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlResourceTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class CtrlTaskTypeNode
          Generated on 2018-05-09 10:46:27
 class CtrlTaskTypeNodeBase
          Generated on 2018-05-09 10:46:27
 class SFCTypeNode
          Generated on 2018-05-09 10:46:27
 class SFCTypeNodeBase
          Generated on 2018-05-09 10:46:27
 



Copyright © 2018. All rights reserved.