Now I am lost. Wouldn’t it find the same module? Michał
> On 2 Jan 2024, at 12:40, Alan Bateman <alan.bate...@oracle.com> wrote: > > On 02/01/2024 07:56, Michał Kłeczek wrote: >> How about moduleY.layer().findModule(„moduleX”)? >> > That does a depth first search to find the "moduleX". I think Pavel is > looking for the moduleX that is read by moduleY. This can be done in model > world with the Configuration objects as they have the readability graphs to > answer the question. > > -Alan