Constructors
constructor
- new NodeIdManager(namespaceIndex, addressSpace): NodeIdManager
Parameters
- namespaceIndex: number
- addressSpace: AddressSpacePartial
Methods
buildNewNodeId
- buildNewNodeId(): NodeId
constructNodeId
- constructNodeId(options): NodeId
findParentNodeId
- findParentNodeId(options): null | [NodeId, string]
Returns null | [NodeId, string]
getSymbolCSV
- getSymbolCSV(): string
Returns string
getSymbols
- getSymbols(): NodeEntry1[]
Returns NodeEntry1[]
setSymbols
- setSymbols(symbols): void
Returns void