-
Notifications
You must be signed in to change notification settings - Fork 17
Yoann Vernageau edited this page Jul 2, 2016
·
13 revisions
NeoEMF is designed to be compatible with existing generated EMF code. However, the adapter
which is in charge of the transformation from standard EMF objects to NeoEMF objects has not been
implemented yet and an UnsupportedOperationException
is thrown.
A workaround is to create a new EMF Generator Model using NeoEMF importer and generate the code from it.
The adapter implementation will be part of a next release.