Skip to main content

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

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