Show allocated functional exchanges

Hello everyone, I want to show the functional exchanges that are allocated inside a component exchange (In M2Doc). To do this I am trying to go to the component exchange and use the aql: ce.allocatedFunctionalExchanges. It works in the Sirius interpreter but not in the template, telling me that CEs dont have that feature. Is there any other aql that I could use or other work around?

This ERefeence exists in the ComponentExchange EClass so AQL/M2Doc should not complain about that. Do you have the error message ?

The error message is this:


CE represents Component Exchanges

There is a missing ‘n’:

allocatedFunctionalExchanges

instead of:

AllocatedFunctionalExchages

Can´t believe I didn´t realize that, Thanks !!

Don’t worry that’s the developers curse :slight_smile: