[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.emf] Re: FeatureMaps
|
- From: "Christian W. Damus" <cdamus@xxxxxxxxxx>
- Date: Tue, 05 Feb 2008 07:33:56 -0500
- Newsgroups: eclipse.tools.emf
- Organization: IBM Canada (Rational Software)
- User-agent: KNode/0.10.4
Hi, BG,
I think you should be able to just call valueListIterator() on the
FeatureMap to iterate all its values across all of its group of features.
HTH,
Christian
BG wrote:
> Dear all,
> I have question regarding the featureMaps.After seeing the example given
> in the pdf.
>
> Supplier PurchaseOrder
> orders :EFeatureMapEntry
>
> where we have two referenecs list preferredOrders and standaradOrders
>
> Now i would like to known how to fetch all the orders from FeatureMap
> without passing the EStructuralReferences(Preferred | Standard).
> i.e i would like to get all the orders with sequence it has beeen inserted
> irrespective of it is preferred or standard.
>
> Regards
> BG