You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
8.0KB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <!-- NewPage -->
  4. <html lang="de">
  5. <head>
  6. <!-- Generated by javadoc (1.8.0_242-release) on Sun Nov 15 16:26:40 CET 2020 -->
  7. <title>de.hems.trafficsim</title>
  8. <meta content="2020-11-15" name="date">
  9. <link href="../../../stylesheet.css" rel="stylesheet" title="Style" type="text/css">
  10. <script src="../../../script.js" type="text/javascript"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="de.hems.trafficsim";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. </script>
  23. <noscript>
  24. <div>JavaScript is disabled on your browser.</div>
  25. </noscript>
  26. <!-- ========= START OF TOP NAVBAR ======= -->
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation
  31. links</a></div>
  32. <a name="navbar.top.firstrow">
  33. <!-- -->
  34. </a>
  35. <ul class="navList" title="Navigation">
  36. <li><a href="../../../de/hems/trafficsim/package-summary.html">Package</a></li>
  37. <li>Class</li>
  38. <li><a href="package-tree.html">Tree</a></li>
  39. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../index-files/index-1.html">Index</a></li>
  41. <li><a href="../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev&nbsp;Package</li>
  47. <li>Next&nbsp;Package</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../index.html?de/hems/trafficsim/package-summary.html" target="_top">Frames</a>
  51. </li>
  52. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  53. </ul>
  54. <ul class="navList" id="allclasses_navbar_top">
  55. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  56. </ul>
  57. <div>
  58. <script type="text/javascript"><!--
  59. allClassesLink = document.getElementById("allclasses_navbar_top");
  60. if(window==top) {
  61. allClassesLink.style.display = "block";
  62. }
  63. else {
  64. allClassesLink.style.display = "none";
  65. }
  66. //-->
  67. </script>
  68. </div>
  69. <a name="skip.navbar.top">
  70. <!-- -->
  71. </a></div>
  72. <!-- ========= END OF TOP NAVBAR ========= -->
  73. <div class="header">
  74. <h1 class="title" title="Package">Package&nbsp;de.hems.trafficsim</h1>
  75. </div>
  76. <div class="contentContainer">
  77. <ul class="blockList">
  78. <li class="blockList">
  79. <table border="0" cellpadding="3" cellspacing="0" class="typeSummary"
  80. summary="Class Summary table, listing classes, and an explanation">
  81. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  82. <tr>
  83. <th class="colFirst" scope="col">Class</th>
  84. <th class="colLast" scope="col">Description</th>
  85. </tr>
  86. <tbody>
  87. <tr class="altColor">
  88. <td class="colFirst"><a href="../../../de/hems/trafficsim/MainActivity.html"
  89. title="class in de.hems.trafficsim">MainActivity</a>
  90. </td>
  91. <td class="colLast">
  92. <div class="block">Main user interface class, containing all necessary gui
  93. elements and their control flow.
  94. </div>
  95. </td>
  96. </tr>
  97. <tr class="rowColor">
  98. <td class="colFirst"><a href="../../../de/hems/trafficsim/Renderer.html"
  99. title="class in de.hems.trafficsim">Renderer</a></td>
  100. <td class="colLast">
  101. <div class="block">User interface class rendering the track history on a
  102. SurfaceView.
  103. </div>
  104. </td>
  105. </tr>
  106. <tr class="altColor">
  107. <td class="colFirst"><a href="../../../de/hems/trafficsim/TimeRecordView.html"
  108. title="class in de.hems.trafficsim">TimeRecordView</a>
  109. </td>
  110. <td class="colLast">
  111. <div class="block">A Surface View which servers as a stage for a renderer.
  112. </div>
  113. </td>
  114. </tr>
  115. <tr class="rowColor">
  116. <td class="colFirst"><a href="../../../de/hems/trafficsim/Track.html"
  117. title="class in de.hems.trafficsim">Track</a></td>
  118. <td class="colLast">
  119. <div class="block">Main model class of TrafficSim.</div>
  120. </td>
  121. </tr>
  122. <tr class="altColor">
  123. <td class="colFirst"><a href="../../../de/hems/trafficsim/Vehicle.html"
  124. title="class in de.hems.trafficsim">Vehicle</a></td>
  125. <td class="colLast">
  126. <div class="block">Model class which represents a vehicle in the
  127. simulation.
  128. </div>
  129. </td>
  130. </tr>
  131. <tr class="rowColor">
  132. <td class="colFirst"><a
  133. href="../../../de/hems/trafficsim/VehicleTimeRecord.html"
  134. title="class in de.hems.trafficsim">VehicleTimeRecord</a></td>
  135. <td class="colLast">
  136. <div class="block">Model class which keeps the previous simulation data for
  137. analysis.
  138. </div>
  139. </td>
  140. </tr>
  141. <tr class="altColor">
  142. <td class="colFirst"><a href="../../../de/hems/trafficsim/Worker.html"
  143. title="class in de.hems.trafficsim">Worker</a></td>
  144. <td class="colLast">
  145. <div class="block">Calculation thread, which runs the simulation itself and
  146. also updates the view with a set rate.
  147. </div>
  148. </td>
  149. </tr>
  150. </tbody>
  151. </table>
  152. </li>
  153. </ul>
  154. </div>
  155. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  156. <div class="bottomNav"><a name="navbar.bottom">
  157. <!-- -->
  158. </a>
  159. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation
  160. links</a></div>
  161. <a name="navbar.bottom.firstrow">
  162. <!-- -->
  163. </a>
  164. <ul class="navList" title="Navigation">
  165. <li><a href="../../../de/hems/trafficsim/package-summary.html">Package</a></li>
  166. <li>Class</li>
  167. <li><a href="package-tree.html">Tree</a></li>
  168. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  169. <li><a href="../../../index-files/index-1.html">Index</a></li>
  170. <li><a href="../../../help-doc.html">Help</a></li>
  171. </ul>
  172. </div>
  173. <div class="subNav">
  174. <ul class="navList">
  175. <li>Prev&nbsp;Package</li>
  176. <li>Next&nbsp;Package</li>
  177. </ul>
  178. <ul class="navList">
  179. <li><a href="../../../index.html?de/hems/trafficsim/package-summary.html" target="_top">Frames</a>
  180. </li>
  181. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  182. </ul>
  183. <ul class="navList" id="allclasses_navbar_bottom">
  184. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  185. </ul>
  186. <div>
  187. <script type="text/javascript"><!--
  188. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  189. if(window==top) {
  190. allClassesLink.style.display = "block";
  191. }
  192. else {
  193. allClassesLink.style.display = "none";
  194. }
  195. //-->
  196. </script>
  197. </div>
  198. <a name="skip.navbar.bottom">
  199. <!-- -->
  200. </a></div>
  201. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  202. </body>
  203. </html>