I am looking for a way to find the direction of a Allocated Functional exchange
In fact I am listing Components exchange, finding the Allocated Functional exchange
|Name|Direction|Destination Component|Allocated Functional Exchanges|
{m:for lc | self.eAllContents (la::LogicalComponent)}
{m:for ce | lc.ownedFeatures->filter (fa::ComponentPort).componentExchanges}
{m:for ei | ce.allocatedFunctionalExchanges }
{m:ei.name}
… closing For loop
I put some controls of emptiness but the idea is there
using this I can also have access to the functions (using the allocated functional exchange) but how can I have access to the final component ? because if I want to know the in or out direction, having the component where the function belong should be very usefull !!