Uses of Interface
com.prosysopc.ua.server.instantiation.InstanceDeclaration

Packages that use InstanceDeclaration
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
 

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

Classes in com.prosysopc.ua.server.instantiation that implement InstanceDeclaration
 class InstanceDeclarationImpl
           
 class ModelledInstanceDeclaration
           
 class TypeNodeInstanceDeclaration
           
 

Methods in com.prosysopc.ua.server.instantiation that return InstanceDeclaration
 InstanceDeclaration[] UaNodeBuilderConfiguration.InstantiationStrategySearchParameters.getHierarchy()
          The InstanceDeclarations which are before this.
 InstanceDeclaration UaTypeInstanceDeclarationHierarchy.getInstanceDeclaration()
           
 InstanceDeclaration UaNodeBuilderConfiguration.InstantiationStrategySearchParameters.getInstanceDeclaration()
          The current InstanceDeclaration
 InstanceDeclaration InstantiationParameters.getInstanceDeclaration()
          The InstanceDeclaration
 InstanceDeclaration InstanceDeclarationHierarchy.getRoot()
          Get the root InstanceDeclaration in the InstanceDeclarationHierarchy.
 InstanceDeclaration InstanceDeclarationSet.makePermanent()
          Makes a permanent version of the InstanceDeclarationSet.
 

Methods in com.prosysopc.ua.server.instantiation that return types with arguments of type InstanceDeclaration
 Set<InstanceDeclaration> InstanceDeclarationImpl.getNextDeclarations()
           
 Set<InstanceDeclaration> InstanceDeclaration.getNextDeclarations()
           
 Set<InstanceDeclaration> InstanceDeclarationImpl.getNextMandatoryDeclarations()
           
 Set<InstanceDeclaration> InstanceDeclaration.getNextMandatoryDeclarations()
           
 Set<InstanceDeclaration> InstanceDeclarationImpl.getNextMandatoryDeclarations(Set<BrowsePath> optionalNodes)
           
 Set<InstanceDeclaration> InstanceDeclaration.getNextMandatoryDeclarations(Set<BrowsePath> optionalNodes)
           
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type InstanceDeclaration
 int InstanceDeclarationImpl.compareTo(InstanceDeclaration o)
           
 

Constructors in com.prosysopc.ua.server.instantiation with parameters of type InstanceDeclaration
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)
           
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration, org.opcfoundation.ua.common.NamespaceTable namespaceTable, InstanceDeclaration[] hierarchy)
           
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration, org.opcfoundation.ua.common.NamespaceTable namespaceTable, InstanceDeclaration[] hierarchy)
           
 



Copyright © 2018. All rights reserved.