examples.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>Examples &#8212; Modelverse 0.4.0 documentation</title>
  7. <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '0.4.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="Modelverse 0.4.0 documentation" href="index.html" />
  22. <link rel="next" title="Advanced examples" href="advanced.html" />
  23. <link rel="prev" title="Modelling Language" href="modellanguage.html" />
  24. <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  25. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  26. </head>
  27. <body role="document">
  28. <div class="document">
  29. <div class="documentwrapper">
  30. <div class="bodywrapper">
  31. <div class="body" role="main">
  32. <div class="section" id="examples">
  33. <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h1>
  34. <div class="section" id="simple-fibonacci-server">
  35. <h2>Simple Fibonacci Server<a class="headerlink" href="#simple-fibonacci-server" title="Permalink to this headline">¶</a></h2>
  36. </div>
  37. <div class="section" id="simple-petri-net-server">
  38. <h2>Simple Petri Net Server<a class="headerlink" href="#simple-petri-net-server" title="Permalink to this headline">¶</a></h2>
  39. </div>
  40. <div class="section" id="generic-modelling-server">
  41. <h2>Generic Modelling Server<a class="headerlink" href="#generic-modelling-server" title="Permalink to this headline">¶</a></h2>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  48. <div class="sphinxsidebarwrapper">
  49. <h3><a href="index.html">Table Of Contents</a></h3>
  50. <ul>
  51. <li><a class="reference internal" href="#">Examples</a><ul>
  52. <li><a class="reference internal" href="#simple-fibonacci-server">Simple Fibonacci Server</a></li>
  53. <li><a class="reference internal" href="#simple-petri-net-server">Simple Petri Net Server</a></li>
  54. <li><a class="reference internal" href="#generic-modelling-server">Generic Modelling Server</a></li>
  55. </ul>
  56. </li>
  57. </ul>
  58. <div class="relations">
  59. <h3>Related Topics</h3>
  60. <ul>
  61. <li><a href="index.html">Documentation overview</a><ul>
  62. <li>Previous: <a href="modellanguage.html" title="previous chapter">Modelling Language</a></li>
  63. <li>Next: <a href="advanced.html" title="next chapter">Advanced examples</a></li>
  64. </ul></li>
  65. </ul>
  66. </div>
  67. <div role="note" aria-label="source link">
  68. <h3>This Page</h3>
  69. <ul class="this-page-menu">
  70. <li><a href="_sources/examples.txt"
  71. rel="nofollow">Show Source</a></li>
  72. </ul>
  73. </div>
  74. <div id="searchbox" style="display: none" role="search">
  75. <h3>Quick search</h3>
  76. <form class="search" action="search.html" method="get">
  77. <div><input type="text" name="q" /></div>
  78. <div><input type="submit" value="Go" /></div>
  79. <input type="hidden" name="check_keywords" value="yes" />
  80. <input type="hidden" name="area" value="default" />
  81. </form>
  82. </div>
  83. <script type="text/javascript">$('#searchbox').show(0);</script>
  84. </div>
  85. </div>
  86. <div class="clearer"></div>
  87. </div>
  88. <div class="footer">
  89. &copy;2016, Yentl Van Tendeloo.
  90. |
  91. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.6</a>
  92. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
  93. |
  94. <a href="_sources/examples.txt"
  95. rel="nofollow">Page source</a>
  96. </div>
  97. </body>
  98. </html>