samples/xmi2idl.uml2
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Thu, 27 Oct 2016 14:37:23 +0200
changeset 49 6e781b10c5a4
parent 0 76005e62091d
permissions -rw-r--r--
Makefile: Add target `install`.

This makes distribution packagers live even easier.
include uml.yml2

UML {
    include uml2idl.yml2

    Root apply "packagedElement", 0;

    Package {
        | module «@name» {
        applyClass;
        | };
    }

    Class("@stereotype='Struct'") {
        | interface «@name» {
        applyAttributes;
        | };
    }

    Attribute | attribute †type «@name»;
}