eclipse-kitalpha / kitalpha

Eclipse Public License 2.0
13 stars 23 forks source link

vpdsl data language should support generics #274

Open eclipse-kitalpha-bot opened 3 years ago

eclipse-kitalpha-bot commented 3 years ago

Ecore has supported generic features/operations for a long time, yet they cannot be modeled in the vpdsl data language. In my Capella addon model I make use of generics, and thus I cannot use vpdsl data language to drive development. I rather have to edit the .ecore model by hand and keep the vpdsl "as close as possible", more or less for documentation.

🆔 ECLIPSE-555898 / POLARSYS-1160 👷 felix.dorner 📅 2016-09-13 🔎 1.0.0

eclipse-kitalpha-bot commented 3 years ago

felix.dorner commented on 2016-11-18

AFAIU the .ecore file is completely overwritten whenever I launch the viewpoint generation. So I would probably already be much happier if I could tell the viewpoint generation to generate the ecore/genmodel file only and stop. I would then look at my git index and only pick the relevant bits from the new ecore/genmodel and after that, generate code with using the fcore file.