RohdBridgeModuleExtensions extension

Extension methods for Module to provide additional functionality related to ROHD Bridge.

on

Properties

hierarchicalName String

Available on Module, provided by the RohdBridgeModuleExtensions extension

Provides a full hierarchical name based on hierarchy.
no setter

Methods

findSubModule(Pattern pattern) Module?

Available on Module, provided by the RohdBridgeModuleExtensions extension

Searches for one sub-module matching pattern in the same way as findSubModules. If more than one module is found, an exception is thrown.
findSubModules(Pattern pattern) Iterable<Module>

Available on Module, provided by the RohdBridgeModuleExtensions extension

Searches for sub-modules by instance name pattern within this Module. The String representation being matched against uses / as a separator for hierarchy.
getHierarchyDownTo(Module instance) List<Module>?

Available on Module, provided by the RohdBridgeModuleExtensions extension

Returns a list of instances between calling module this and the provided instance, where the first element is this and the last element is instance.