Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] print EMF model

Please use the forum list to ask questions.  https://www.eclipse.org/forums/index.php/f/108/



On 29.10.2017 07:43, Fekete Tamás wrote:

Hi, How I could a print an EMF model to the console in a simple readable format (format does not matter).


I 've found several tools on the internet which give me a chance to draw it and so on. But now I  need the simplest solution because I want to use that data in other types and work on them.


Most of the codes, I found on the internet, don't work.


This is the first time I'm going to use EMF.


Basically, I've


TransitionGraph gr = getTransitionGraphFromXMI("model");


which implements the EObject interface. And it works fine at this point.


I would like to iterate and print the states, connection, and the transitions.



Thanks, Tamás



_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/emf-dev


Back to the top