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: 3 months ago
JSON representation
ColdFrame generates Ada framework code and documentation from UML models.
- Host: GitHub
- URL: https://github.com/simonjwright/coldframe
- Owner: simonjwright
- License: gpl-2.0
- Created: 2018-04-01T16:29:44.000Z (almost 7 years ago)
- Default Branch: alire
- Last Pushed: 2023-10-04T15:52:42.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:36:48.589Z (6 months ago)
- Topics: ada, argouml
- Language: Ada
- Homepage: https://simonjwright.github.io/coldframe
- Size: 25.6 MB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-ada - coldframe - ColdFrame generates Ada framework code and documentation from UML models. (Tools / UML)
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/).