pypdevsbbl.domain.html 5.7 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="X-UA-Compatible" content="IE=Edge" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>pypdevsbbl.domain package &#8212; Python(P)DEVS-BBL documentation</title>
  8. <link rel="stylesheet" href="_static/nature.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  10. <link rel="stylesheet" type="text/css" href="_static/custom.css" />
  11. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  12. <script type="text/javascript" src="_static/jquery.js"></script>
  13. <script type="text/javascript" src="_static/underscore.js"></script>
  14. <script type="text/javascript" src="_static/doctools.js"></script>
  15. <script type="text/javascript" src="_static/language_data.js"></script>
  16. <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. <link rel="next" title="pypdevsbbl.domain.gpss module" href="pypdevsbbl.domain.gpss.html" />
  20. <link rel="prev" title="pypdevsbbl package" href="pypdevsbbl.html" />
  21. </head><body>
  22. <div class="related" role="navigation" aria-label="related navigation">
  23. <h3>Navigation</h3>
  24. <ul>
  25. <li class="right" style="margin-right: 10px">
  26. <a href="genindex.html" title="General Index"
  27. accesskey="I">index</a></li>
  28. <li class="right" >
  29. <a href="py-modindex.html" title="Python Module Index"
  30. >modules</a> |</li>
  31. <li class="right" >
  32. <a href="pypdevsbbl.domain.gpss.html" title="pypdevsbbl.domain.gpss module"
  33. accesskey="N">next</a> |</li>
  34. <li class="right" >
  35. <a href="pypdevsbbl.html" title="pypdevsbbl package"
  36. accesskey="P">previous</a> |</li>
  37. <li class="nav-item nav-item-0"><a href="index.html">Python(P)DEVS-BBL documentation</a> &#187;</li>
  38. <li class="nav-item nav-item-1"><a href="pypdevsbbl.html" accesskey="U">pypdevsbbl package</a> &#187;</li>
  39. </ul>
  40. </div>
  41. <div class="document">
  42. <div class="documentwrapper">
  43. <div class="bodywrapper">
  44. <div class="body" role="main">
  45. <div class="section" id="module-pypdevsbbl.domain">
  46. <span id="pypdevsbbl-domain-package"></span><h1>pypdevsbbl.domain package<a class="headerlink" href="#module-pypdevsbbl.domain" title="Permalink to this headline">¶</a></h1>
  47. <p>This subpackage contains all domain-specific building blocks.</p>
  48. <p>In comparison to the blocks in the <a class="reference internal" href="pypdevsbbl.generic.html#module-pypdevsbbl.generic" title="pypdevsbbl.generic"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pypdevsbbl.generic</span></code></a> package,
  49. they can probably not be used in any situation, but rather require
  50. quite specific models to appear in.</p>
  51. <div class="section" id="submodules">
  52. <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
  53. <div class="toctree-wrapper compound">
  54. <ul>
  55. <li class="toctree-l1"><a class="reference internal" href="pypdevsbbl.domain.gpss.html">pypdevsbbl.domain.gpss module</a></li>
  56. <li class="toctree-l1"><a class="reference internal" href="pypdevsbbl.domain.industry.html">pypdevsbbl.domain.industry module</a></li>
  57. </ul>
  58. </div>
  59. </div>
  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="pypdevsbbl.html"
  68. title="previous chapter">pypdevsbbl package</a></p>
  69. <h4>Next topic</h4>
  70. <p class="topless"><a href="pypdevsbbl.domain.gpss.html"
  71. title="next chapter">pypdevsbbl.domain.gpss module</a></p>
  72. <div id="searchbox" style="display: none" role="search">
  73. <h3>Quick search</h3>
  74. <div class="searchformwrapper">
  75. <form class="search" action="search.html" method="get">
  76. <input type="text" name="q" />
  77. <input type="submit" value="Go" />
  78. <input type="hidden" name="check_keywords" value="yes" />
  79. <input type="hidden" name="area" value="default" />
  80. </form>
  81. </div>
  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="related" role="navigation" aria-label="related navigation">
  89. <h3>Navigation</h3>
  90. <ul>
  91. <li class="right" style="margin-right: 10px">
  92. <a href="genindex.html" title="General Index"
  93. >index</a></li>
  94. <li class="right" >
  95. <a href="py-modindex.html" title="Python Module Index"
  96. >modules</a> |</li>
  97. <li class="right" >
  98. <a href="pypdevsbbl.domain.gpss.html" title="pypdevsbbl.domain.gpss module"
  99. >next</a> |</li>
  100. <li class="right" >
  101. <a href="pypdevsbbl.html" title="pypdevsbbl package"
  102. >previous</a> |</li>
  103. <li class="nav-item nav-item-0"><a href="index.html">Python(P)DEVS-BBL documentation</a> &#187;</li>
  104. <li class="nav-item nav-item-1"><a href="pypdevsbbl.html" >pypdevsbbl package</a> &#187;</li>
  105. </ul>
  106. </div>
  107. <div class="footer" role="contentinfo">
  108. &#169; Copyright 2020, Randy Paredis.
  109. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
  110. </div>
  111. </body>
  112. </html>