Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/simonjwright/coldframe

ColdFrame generates Ada framework code and documentation from UML models.
https://github.com/simonjwright/coldframe

ada argouml

Last synced: 2 months ago
JSON representation

ColdFrame generates Ada framework code and documentation from UML models.

Lists

README

        

# ColdFrame #

ColdFrame is an open-source code generator backend for use with UML tools.

In its present state, it's targeted at [ArgoUML](https://github.com/argouml-tigris-org/argouml) and generates [Ada](http://www.adaic.org/) code frameworks.

The intermediate representation uses [XML](http://www.xml.com/).

The code generation uses the XSL Transformation ([XSLT](http://www.w3.org/Style/XSL/)) language, so - with an investment in time and thought - you can design your own transformation mechanisms to the programming language of your choice.

See [here](https://simonjwright.github.io/coldframe/) for more information.

There are [examples](examples/).