com.prosysopc.ua.server.instantiation
Class InstanceDeclarationHierarchy

java.lang.Object
  extended by com.prosysopc.ua.server.instantiation.InstanceDeclarationHierarchy

public final class InstanceDeclarationHierarchy
extends Object

Instance declaration hierarchy consists of all instances of a type. This class represents fully-inherited instance declaration hierarchy. It is defined in OPC UA specification 1.02, part 3.


Field Summary
static boolean addInstanceDeclarationsTypeDefinitionOptionals
          A toggle to control are the Optionals of InstanceDeclration's TypeDefinition added to the InstanceDeclrationHierarchy that are not otherwise present in the InstanceDeclration.
 
Method Summary
 InstanceDeclaration getRoot()
          Get the root InstanceDeclaration in the InstanceDeclarationHierarchy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addInstanceDeclarationsTypeDefinitionOptionals

public static boolean addInstanceDeclarationsTypeDefinitionOptionals
A toggle to control are the Optionals of InstanceDeclration's TypeDefinition added to the InstanceDeclrationHierarchy that are not otherwise present in the InstanceDeclration. By default this is false.

Method Detail

getRoot

public InstanceDeclaration getRoot()
Get the root InstanceDeclaration in the InstanceDeclarationHierarchy.



Copyright © 2018. All rights reserved.