modelio does not import overture uml exported file - uml

I want to learn how to use Modelio and Overture together to learn to model programs with UML and VDM. The whole procedure about creating a UML model, exporting it to XMI (uml extension), and importing to Overture is done successfully.
However, when I try to export it back to Modelio, it brings "Failed: file content is not recognized as a valid model". Overture's tutorial tells it's possible to import/export back and forth; however, it seems the feature is broken as of now.
I may be doing something wrong. Maybe I have to set Overture in a certain way for Modelio to understand its exported XMI file. All of my online searches for a solution have been unsuccessful. How may I successfully export/import from Overture to Modelio?
I'm using Modelio 3.4.1 and Overture 2.3.0.
Thank you.

Related

Enterpise Architect - is it possibhle to import SCXML file? How?

Is it possible to import SCXML file into Enterpise Architect as a "State Machine" or other diagram?
If so then how?
Not out of the box. From what I saw it should not be too hard to write a script that reads XML and converts the tree to elements and connectors.
It looks to not be possible directly in EA, but it does seem that a conversion script from XMI (what EA can export) to SCXML exists.

What tools can I use to open UML files generated by PhpStorm?

I've a few .uml files (class diagrams mostly) generated by PhpStorm. Are there any other tools that can open these (at least read, if not edit)?
You are lot of tools dealing with UML at visual-paradigm company : VISUAL PARADIGM and perhaps community edition available.
If yours files contains XMI serialisation of UML model i.e. that yours files should start by something like
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20110701" xmlns:xmi="http://www.omg.org/spec/XMI/20110701">
<uml:Model etc
You just have to find a tool with a UML/XMI import feature. A lot of tool (open, free and commercial) provide this functionality some of them worked together in order to solve possible issue cf Model Interchange Working Group

create emf generated model from an uml model

I'm triying to create a graphical editor using eclipse gmf, based on an uml model,
for this I created a .gnemodel file based on my uml model but I do not have the associations in the generated .ecore file
I used eclipse papyrus to create the uml model and I think there is something missing so the associations can be imported to the ecore file.
Edit (Image from comment)
I found the solution, actually in this example the association owns both
of its ends so changing the owner of the end i want to use in my .ecore file into classifier in the properties view of papyrus worked.
This is a screenshot: http://imgur.com/H4UkESU

Is StartUML 2 compatible with its previous version?

Previously I used for my work StarUml on Windows, all the data is saved with .uml extension.
Now we move to iOS and I was pretty happy with the announcement of the new StarUML 2 for Mac. Although with this program all the data is saved with .umlj extension.
Does it mean that both version are incompatible or am I missing something?
Thank you in advance for your reply!
I think there are not compatible. I had the same problem.
I exported all my StarUML projects to XMI files and then I imported them all in GenMyModel. GenMyModel automatically detected the XMI format (UML 1.3) and it updated my class diagrams to UML2. Once imported, I could reuse my diagrams online and export them as images and XMI (UML2 files). That's the best bridge I could find out.

jdeveloper class diagram to image

I have jdeveloper Studio Edition Version 12.1.2.0.0
I have created a pretty complex UML class diagram, and the only way (that I know of) is to export it which creates an xmi file. Is there some sort of way to create an image of it? I can't do much with the XMI file other than import it back to jdeveloper..
Thanks!
Right click the diagram and choose Publish...

Resources