[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] fastest way of accessing position, predecessor, successor of EMf list elements

Hi, Everybody.
I tried several ways to derive position, predecessor, and successor of
lists in earlier projects.

What is the best way doing this?

I remember starting with the EObject, finding its containing feature, geting the EList like this, and then looking it through.


Is there a faster, easier way?

Best, Philipp