123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>Executing a Model Transformation — AToMPM 0.6 documentation</title>
-
- <link rel="stylesheet" href="_static/classic.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
-
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: './',
- VERSION: '0.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="AToMPM 0.6 documentation" href="index.html" />
- <link rel="next" title="Troubleshooting" href="troubleshooting.html" />
- <link rel="prev" title="Modelling a Model Transformation" href="modelling_transformation.html" />
- </head>
- <body role="document">
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="troubleshooting.html" title="Troubleshooting"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="modelling_transformation.html" title="Modelling a Model Transformation"
- accesskey="P">previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body" role="main">
-
- <div class="section" id="executing-a-model-transformation">
- <span id="id1"></span><h1>Executing a Model Transformation<a class="headerlink" href="#executing-a-model-transformation" title="Permalink to this headline">¶</a></h1>
- <p>The <em>TransformationController</em> toolbar is used to execute a model transformation.</p>
- <img alt="_images/transformation_controller.png" src="_images/transformation_controller.png" />
- <p>The first button allows you to load a model transformation (schedule). The file browser will only allow you to load models that start with the <em>T_</em> prefix.</p>
- <p>Look in the console to see whether the transformation was correctly loaded:</p>
- <img alt="_images/transformation_loaded.png" src="_images/transformation_loaded.png" />
- <p>From that point, you can use the four control buttons to start, step throug, pause and stop a transformation. The console will log which rules were tried and whether they succeeded or failed.</p>
- <div class="admonition warning">
- <p class="first admonition-title">Warning</p>
- <p class="last">If you want to restart a transformation, please <em>reload</em> the current AToMPM instance or start a new one.</p>
- </div>
- <p>AToMPM supports the debugging of model transformation schedules. To enable debugging, press the last button of the <em>TransformationController</em> toolbar. When debugging is enabled, and you press play, a window will pop up containing the model of the schedule.</p>
- <img alt="_images/debugging_transformation.png" src="_images/debugging_transformation.png" />
- </div>
- </div>
- </div>
- </div>
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="modelling_transformation.html"
- title="previous chapter">Modelling a Model Transformation</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="troubleshooting.html"
- title="next chapter">Troubleshooting</a></p>
- <div role="note" aria-label="source link">
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/executing_transformation.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
- </div>
- <div id="searchbox" style="display: none" role="search">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <div><input type="text" name="q" /></div>
- <div><input type="submit" value="Go" /></div>
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- </div>
- <script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related" role="navigation" aria-label="related navigation">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="troubleshooting.html" title="Troubleshooting"
- >next</a> |</li>
- <li class="right" >
- <a href="modelling_transformation.html" title="Modelling a Model Transformation"
- >previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer" role="contentinfo">
- © Copyright 2016, Eugene Syriani, Hans Vangheluwe, Raphael Mannadiar, Conner Hansen, Simon Van Mierlo, Huseyin Ergin, Jonathan Corley.
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.5.
- </div>
- </body>
- </html>
|