Tagged Questions
6
votes
6answers
2k views
How to read XMI?
I need to read UML diagrams that are serialized into XMI. Is there any library that would allow me to conveniently read UML XMI - by conveniently I mean having some methods to iterate over ...
2
votes
5answers
533 views
How to generate sequence diagram from xmi file
Please help me
if any have ans for this question.
Thanks
Prashant
1
vote
2answers
1k views
Eclipse Modelling Framework (EMF): How to get the DomainModel from a Magicdraw UML2 Export
I want to use the EMF for Code Generation, so I wrote some methods to load my UML2 File which I generated myself. This works fine with the following code:
protected void registerResources() {
...
0
votes
1answer
73 views
Generate graphical representation of an XMI file
Is there an API that can give us the possibility to generate graphical representations from a given XMI file (which is an instantiation of an Ecore file (meta-model))?
0
votes
6answers
512 views
XML to XML translation in Java
I need to translate from XMI to OWL (XML/RDF serialized) in Java, so essentially this is XML to XML translation and most probably I could just play with regex and use replaceAll to what I need, but ...