FamixXML

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FamixXML

Andre Hora
Hello,

I created a extension of the FAMIX meta-model to support XML. It was also implemented an importer, some metrics and some simple visualization to the XML tree.
The importer is in "Import FAMIX XML model from file sources" on the import menu of Moose. It possible to import: setting a file, a directory with XML files or from an URL.
Visualization is now under a group of FAMIXXMLElement -> FAMIXXMLElementGroup.

To try, first install the last version of Merlin and then the FamixXML:

Gofer new
    squeaksource: 'FamixXML';
    package: 'ConfigurationOfMerlin';
    load.
(ConfigurationOfMerlin project version: #development) load.

Gofer new
    squeaksource: 'FamixXML';
    package: 'ConfigurationOfFamixXML';
    load.
(Smalltalk at: #ConfigurationOfFamixXML) perform: #loadDefault

regards,

--
Andre Hora


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev