Logical Component and their functions

I want to generate the the logical component and their allocated functions and i don’t have any hint how to do it. Thanks for helping.

If you are using a diagram as starting point, you can have a look at this thread and replace ctx::SystemComponent by la::LogicalComponent and remove the actor check. Otherwise you need to navigate to
your LogicalComponent of interest and then check their allocated functions:

system.eAllContents(la::LogicalComponent)

This will list all LogicalComponent inside your system. Then you can can get the list of allocated functions with the following expression:

logicalComponent.allocatedFunctions