public final class InstanceDeclarationHierarchy extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<UaNode> |
findFirstMatch(RelativeNamePath path,
boolean searchTypeDefinitionsOfInstanceDeclarations,
Predicate<UaNode> predicate)
Returns the first InstanceDeclaration that has the given path and matches the given predicate.
|
InstanceDeclaration |
getRoot()
Get the root InstanceDeclaration in the InstanceDeclarationHierarchy.
|
public static boolean addInstanceDeclarationsTypeDefinitionOptionals
public Optional<UaNode> findFirstMatch(RelativeNamePath path, boolean searchTypeDefinitionsOfInstanceDeclarations, Predicate<UaNode> predicate)
public InstanceDeclaration getRoot()
Copyright © 2026. All rights reserved.