Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emf-dev] Re: emf EMap issue

ok, problem solved.
As I forgot to set the containment to true,
thanks to this blog: http://maorigeek.blogspot.com/2009/07/emf-map-emap.html

Regards,
Tony

On Thu, Apr 22, 2010 at 3:54 PM, LU, QIFEI <qifei.lu@gmail.com> wrote:
Hi,

I defined some eclass in ecore model, like SCAToFSTypeMapEntry,
and the instance type is java.util.Map$Entry,
As I generated the code, it is sth. like
Map.Entry<BaseService, FSType> scaToFSMapping,

not the expected EMap<BaseService, FSType> scaToFSMapping,

what should I do or include to make the code as expected?

Thanks a lot.

Tony


Back to the top