Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emf-dev] cannot add type parameter to a class in EMF

Hi all,

I have a question regarding building ecore models in EMF. I created a
model, trying to add classes. I need to use type parameters,
essentially generics, say node<T>.

However, when I right-click a class, under the "add child" menu, I can
only add EAnnotation, EAttribute, EOperation and EReference. I cannot
find anything related to ETypeParameter anywhere.

BTW, I am using the latest Eclipse with EMF 2.4.

Thanks!

-Simon


Back to the top