I have 5 model elements, A,B,C,D,E. There are reference relations
between them, i.e.
A relatesTo B (A-->B)
B relatesTo C (B-->C)
C relatesTo D (C-->D)
C relatesTo E (C-->E)
and I want to navigate through the model, following the reverse order of
the references. I.e. navigate from E to C, or from C to B. However, if I
use the 'relatesTo' reference, I'd get an empty set. Is there any way to
use the reference relations in the reverse order (navigation-wise I mean)?