This creates a textile document of a callchain transformation model.
default Startpoint : createTextDoc
startpoints : createTextDoc
| name | description | default value |
| basic_path | The path where this model and also the acceleo file is stored. | atl flow transformations |
| output_path | The path where the generated textile files are stored. | |
| model_uri | the uri of th e input callhain model to generate a report for. |
Calls the acceleo template. It will create an output file calls.name+‚.documentation.textile’ at the path defined by the output_path property.
ModuleGenerator : createTextDoc
executed :
always
refresch workspace : false
| uses |
| callchainModel |
| documentCalls |
| input |
| produces |
| document |
The compiled acceleo m2t file.
| name | uri | isDerived |
| callchainModel | ${basic_path}/bin/m2t/textDocumentation.emtl | false |
The name af the called template in the acceleo file.
| name | uri | isDerived |
| documentCalls | acceleo.template | false |
The callchain transformation flow to generate the documentation for.
| name | uri | conforms to | isDerived | isTemp |
| input | ${model_uri} | callchain | false | false |
| name | uri | handler | isDerived |
| callchain | uri:http://urszeidler.de/callchain/2010/flowmodel | EMF | false |
This is the path to the output folder. The name of the file is defined by the called template.
| name | uri | isDerived |
| document | ${output_path} | false |