TOP |
Usage: ... instantiate an extent ... <uml13.root.package name="..." extent="...."> <uml13.package name="..."> <uml13.tag> <uml13.class name="..."> <uml13.tag> <uml13.field name="..."> <uml13.tag> </uml13.root.package> <mdr.write.xmi extent="..." file="..."/>Usage:
Tasks and Macros | Description |
---|---|
uml13.class | Create a class with the name provided within the outer package as an owner. Used within <package>. |
uml13.comment | Create an attribute with the name provided, within the outer class as an owner. Used within <class> |
uml13.compare.models | Identify the differences between two models and execute change-corresponding tasks. The models are referred as
|
uml13.copy.uml14 | Copy a UML 1.3 model as a UML 1.4 model |
uml13.data.type | Create a class with the name provided within the outer package as an owner. Used within <package> |
uml13.destroy | Destroy a model or metamodel extent |
uml13.diff.models | Print the differences between two models referred as
<project> <typedef resource="uml13/meta.xml"/> <uml13.compare.models old="old file" new="new file"/> </project>Based on <compare.models> task, using a nested detect.changes element. |
uml13.field | Create an attribute with the name provided, within the outer class as an owner. Used within <class> |
uml13.instantiate | Read the UML 1.3 model into an extent with the name provided, using the metamodel extent. Pre-condition: <uml13.load.metamodel metamodel.extent="@{metamodel.extent}"/> |
uml13.load.metamodel | Load the UML 1.3 metamodel in an extent with the name provided. Pre-condition: ModelAnt is initialized - see <mdr/> task |
uml13.package | Create a package with the name provided within the outer package as an owner (if any). Used within <package>. |
uml13.print | Print an UML 1.3 model element in a context that allows identifying it. |
uml13.root.package | Create an outer-most package with the name provided |
uml13.tag | Create tagged value bound to its owner. Used within <package>, <class>, <field> |
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools |