Hi everyone, i have a problem with generating the PAB diagrams. I wanted to generate all the PAB diagrams. I wrote my code in order to generate all the PAB diagrams, but i have realized that some PAB diagrams are missing. Here is my code :
Hello,
With ā->closure(ā¦)ā, you donāt reach all Physical Components.
For example, diagrams in āLogical Component Pkgā are not reached.
You should try:
You can easily test you query or parts of it with M2Doc interpreter view:
āeAllContentsā may appear to be slow on large models.
You can then use a faster query combining āclosureā, āoclIsKindOfā and āifā¦thenā¦elseā but such query requires a ālittleā bit of work .