[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
|
- From: "Philipp W. Kutter" <kutter@xxxxxxxxxxxx>
- Date: Wed, 28 Nov 2007 11:58:46 +0100
- Newsgroups: eclipse.tools.emf
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.13 (Windows/20070809)
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