php - PHP_Uml to XMI to UML Diagram on Ubuntu / Linux -


i using php_uml pear package , created xmi in version 1 , 2. unfortunately argouml not parse xmi 1 correctly, , xmi 2 fails "new" argo.

phpuml . -x 1 -o project.xmi 

is there tool has correct uml2, can reverse engineering and, especially, forward engineering in php 5.3 , above?

i appreciate free or costs , runs under linux / ubuntu (without wine, mono etc.). using phpstorm. that's necessary, because can't manipulated.

you may want try fully-functional , free 30 day trial of mapforce (http://www.altova.com/mapforce.html). far know, can convert xmi uml2 correctly.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -