How to get "Allocating Requirements" in java

Hi all,

I have some System Function.
It has referenced element - Rationale.
Example below:

I want to get rationale from system function.

For example I can get “Allocating System”:
SystemFunction sf = (SystemFunction) eObject;
EList sysComponentsList = sf.getAllocatingSystemComponents();

How I can get list of rationales?


Thank you,
Egor

I solved the problem.
Solution is RelationHelper module from org.polarsys.capella.vp.requirements package.


Egor