com.prosysopc.ua.server.instantiation
Class UaNodeBuilderConfiguration.InstantiationStrategySearchParameters

java.lang.Object
  extended by com.prosysopc.ua.server.instantiation.UaNodeBuilderConfiguration.InstantiationStrategySearchParameters
Enclosing interface:
UaNodeBuilderConfiguration

public static final class UaNodeBuilderConfiguration.InstantiationStrategySearchParameters
extends Object


Constructor Summary
UaNodeBuilderConfiguration.InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration, org.opcfoundation.ua.common.NamespaceTable namespaceTable, InstanceDeclaration[] hierarchy)
           
 
Method Summary
 InstanceDeclaration[] getHierarchy()
          The InstanceDeclarations which are before this.
 InstanceDeclaration getInstanceDeclaration()
          The current InstanceDeclaration
 org.opcfoundation.ua.common.NamespaceTable getNamespaceTable()
          The Namespace table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UaNodeBuilderConfiguration.InstantiationStrategySearchParameters

public UaNodeBuilderConfiguration.InstantiationStrategySearchParameters(InstanceDeclaration instanceDeclaration,
                                                                        org.opcfoundation.ua.common.NamespaceTable namespaceTable,
                                                                        InstanceDeclaration[] hierarchy)
Method Detail

getHierarchy

public InstanceDeclaration[] getHierarchy()
The InstanceDeclarations which are before this. Empty if the current InstanceDeclaration is root. Otherwise the root is the first element in this array.


getInstanceDeclaration

public InstanceDeclaration getInstanceDeclaration()
The current InstanceDeclaration


getNamespaceTable

public org.opcfoundation.ua.common.NamespaceTable getNamespaceTable()
The Namespace table



Copyright © 2018. All rights reserved.