executing_transformation.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Executing a Model Transformation &mdash; AToMPM 0.6 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: '0.6',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="top" title="AToMPM 0.6 documentation" href="index.html" />
  23. <link rel="next" title="Troubleshooting" href="troubleshooting.html" />
  24. <link rel="prev" title="Modelling a Model Transformation" href="modelling_transformation.html" />
  25. </head>
  26. <body role="document">
  27. <div class="related" role="navigation" aria-label="related navigation">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="troubleshooting.html" title="Troubleshooting"
  35. accesskey="N">next</a> |</li>
  36. <li class="right" >
  37. <a href="modelling_transformation.html" title="Modelling a Model Transformation"
  38. accesskey="P">previous</a> |</li>
  39. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body" role="main">
  46. <div class="section" id="executing-a-model-transformation">
  47. <span id="id1"></span><h1>Executing a Model Transformation<a class="headerlink" href="#executing-a-model-transformation" title="Permalink to this headline">¶</a></h1>
  48. <p>The <em>TransformationController</em> toolbar is used to execute a model transformation.</p>
  49. <img alt="_images/transformation_controller.png" src="_images/transformation_controller.png" />
  50. <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>
  51. <p>Look in the console to see whether the transformation was correctly loaded:</p>
  52. <img alt="_images/transformation_loaded.png" src="_images/transformation_loaded.png" />
  53. <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>
  54. <div class="admonition warning">
  55. <p class="first admonition-title">Warning</p>
  56. <p class="last">If you want to restart a transformation, please <em>reload</em> the current AToMPM instance or start a new one.</p>
  57. </div>
  58. <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>
  59. <img alt="_images/debugging_transformation.png" src="_images/debugging_transformation.png" />
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  65. <div class="sphinxsidebarwrapper">
  66. <h4>Previous topic</h4>
  67. <p class="topless"><a href="modelling_transformation.html"
  68. title="previous chapter">Modelling a Model Transformation</a></p>
  69. <h4>Next topic</h4>
  70. <p class="topless"><a href="troubleshooting.html"
  71. title="next chapter">Troubleshooting</a></p>
  72. <div role="note" aria-label="source link">
  73. <h3>This Page</h3>
  74. <ul class="this-page-menu">
  75. <li><a href="_sources/executing_transformation.txt"
  76. rel="nofollow">Show Source</a></li>
  77. </ul>
  78. </div>
  79. <div id="searchbox" style="display: none" role="search">
  80. <h3>Quick search</h3>
  81. <form class="search" action="search.html" method="get">
  82. <div><input type="text" name="q" /></div>
  83. <div><input type="submit" value="Go" /></div>
  84. <input type="hidden" name="check_keywords" value="yes" />
  85. <input type="hidden" name="area" value="default" />
  86. </form>
  87. </div>
  88. <script type="text/javascript">$('#searchbox').show(0);</script>
  89. </div>
  90. </div>
  91. <div class="clearer"></div>
  92. </div>
  93. <div class="related" role="navigation" aria-label="related navigation">
  94. <h3>Navigation</h3>
  95. <ul>
  96. <li class="right" style="margin-right: 10px">
  97. <a href="genindex.html" title="General Index"
  98. >index</a></li>
  99. <li class="right" >
  100. <a href="troubleshooting.html" title="Troubleshooting"
  101. >next</a> |</li>
  102. <li class="right" >
  103. <a href="modelling_transformation.html" title="Modelling a Model Transformation"
  104. >previous</a> |</li>
  105. <li class="nav-item nav-item-0"><a href="index.html">AToMPM 0.6 documentation</a> &raquo;</li>
  106. </ul>
  107. </div>
  108. <div class="footer" role="contentinfo">
  109. &copy; Copyright 2016, Eugene Syriani, Hans Vangheluwe, Raphael Mannadiar, Conner Hansen, Simon Van Mierlo, Huseyin Ergin, Jonathan Corley.
  110. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.5.
  111. </div>
  112. </body>
  113. </html>