You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a model-driven implementation, I need to adapt the result of a RAML parse into an EMF model. This requires to
Convert the RAML meta model into an equivalent Ecore
Create a facility to load and save from that model instance into the RAML instance
I have been able to include the Parser infrastructure into Eclipse. It was challenging as it was clearly not designed with OSGi modularity in mind. It seems that AMF/AML has code generation and mapping facilities, but I have not been able to find any conclusive guidance and the abstraction level seems very high.
Can anyone point me to instructions or even better a code example how to walk a type and instance trees?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For a model-driven implementation, I need to adapt the result of a RAML parse into an EMF model. This requires to
I have been able to include the Parser infrastructure into Eclipse. It was challenging as it was clearly not designed with OSGi modularity in mind. It seems that AMF/AML has code generation and mapping facilities, but I have not been able to find any conclusive guidance and the abstraction level seems very high.
Can anyone point me to instructions or even better a code example how to walk a type and instance trees?
I am using Java for my implementation.
Beta Was this translation helpful? Give feedback.
All reactions