[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: FeatureMaps

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