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.

253 lines
9.8KB

  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>API Help</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="API Help";
  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="overview-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 class="navBarCell1Rev">Help</li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
  51. <li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h1 class="title">How This API Document Is Organized</h1>
  74. <div class="subTitle">This API (Application Programming Interface) document has pages
  75. corresponding to the items in the navigation bar, described as follows.
  76. </div>
  77. </div>
  78. <div class="contentContainer">
  79. <ul class="blockList">
  80. <li class="blockList">
  81. <h2>Package</h2>
  82. <p>Each package has a page that contains a list of its classes and interfaces, with a
  83. summary for each. This page can contain six categories:</p>
  84. <ul>
  85. <li>Interfaces (italic)</li>
  86. <li>Classes</li>
  87. <li>Enums</li>
  88. <li>Exceptions</li>
  89. <li>Errors</li>
  90. <li>Annotation Types</li>
  91. </ul>
  92. </li>
  93. <li class="blockList">
  94. <h2>Class/Interface</h2>
  95. <p>Each class, interface, nested class and nested interface has its own separate page.
  96. Each of these pages has three sections consisting of a class/interface description,
  97. summary tables, and detailed member descriptions:</p>
  98. <ul>
  99. <li>Class inheritance diagram</li>
  100. <li>Direct Subclasses</li>
  101. <li>All Known Subinterfaces</li>
  102. <li>All Known Implementing Classes</li>
  103. <li>Class/interface declaration</li>
  104. <li>Class/interface description</li>
  105. </ul>
  106. <ul>
  107. <li>Nested Class Summary</li>
  108. <li>Field Summary</li>
  109. <li>Constructor Summary</li>
  110. <li>Method Summary</li>
  111. </ul>
  112. <ul>
  113. <li>Field Detail</li>
  114. <li>Constructor Detail</li>
  115. <li>Method Detail</li>
  116. </ul>
  117. <p>Each summary entry contains the first sentence from the detailed description for that
  118. item. The summary entries are alphabetical, while the detailed descriptions are in
  119. the order they appear in the source code. This preserves the logical groupings
  120. established by the programmer.</p>
  121. </li>
  122. <li class="blockList">
  123. <h2>Annotation Type</h2>
  124. <p>Each annotation type has its own separate page with the following sections:</p>
  125. <ul>
  126. <li>Annotation Type declaration</li>
  127. <li>Annotation Type description</li>
  128. <li>Required Element Summary</li>
  129. <li>Optional Element Summary</li>
  130. <li>Element Detail</li>
  131. </ul>
  132. </li>
  133. <li class="blockList">
  134. <h2>Enum</h2>
  135. <p>Each enum has its own separate page with the following sections:</p>
  136. <ul>
  137. <li>Enum declaration</li>
  138. <li>Enum description</li>
  139. <li>Enum Constant Summary</li>
  140. <li>Enum Constant Detail</li>
  141. </ul>
  142. </li>
  143. <li class="blockList">
  144. <h2>Tree (Class Hierarchy)</h2>
  145. <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages,
  146. plus a hierarchy for each package. Each hierarchy page contains a list of classes
  147. and a list of interfaces. The classes are organized by inheritance structure
  148. starting with <code>java.lang.Object</code>. The interfaces do not inherit from
  149. <code>java.lang.Object</code>.</p>
  150. <ul>
  151. <li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for
  152. all packages.
  153. </li>
  154. <li>When viewing a particular package, class or interface page, clicking "Tree"
  155. displays the hierarchy for only that package.
  156. </li>
  157. </ul>
  158. </li>
  159. <li class="blockList">
  160. <h2>Deprecated API</h2>
  161. <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that
  162. have been deprecated. A deprecated API is not recommended for use, generally due to
  163. improvements, and a replacement API is usually given. Deprecated APIs may be removed
  164. in future implementations.</p>
  165. </li>
  166. <li class="blockList">
  167. <h2>Index</h2>
  168. <p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all
  169. classes, interfaces, constructors, methods, and fields.</p>
  170. </li>
  171. <li class="blockList">
  172. <h2>Prev/Next</h2>
  173. <p>These links take you to the next or previous class, interface, package, or related
  174. page.</p>
  175. </li>
  176. <li class="blockList">
  177. <h2>Frames/No Frames</h2>
  178. <p>These links show and hide the HTML frames. All pages are available with or without
  179. frames.</p>
  180. </li>
  181. <li class="blockList">
  182. <h2>All Classes</h2>
  183. <p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and
  184. interfaces except non-static nested types.</p>
  185. </li>
  186. <li class="blockList">
  187. <h2>Serialized Form</h2>
  188. <p>Each serializable or externalizable class has a description of its serialization
  189. fields and methods. This information is of interest to re-implementors, not to
  190. developers using the API. While there is no link in the navigation bar, you can get
  191. to this information by going to any serialized class and clicking "Serialized Form"
  192. in the "See also" section of the class description.</p>
  193. </li>
  194. <li class="blockList">
  195. <h2>Constant Field Values</h2>
  196. <p>The <a href="constant-values.html">Constant Field Values</a> page lists the static
  197. final fields and their values.</p>
  198. </li>
  199. </ul>
  200. <span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span>
  201. </div>
  202. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  203. <div class="bottomNav"><a name="navbar.bottom">
  204. <!-- -->
  205. </a>
  206. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation
  207. links</a></div>
  208. <a name="navbar.bottom.firstrow">
  209. <!-- -->
  210. </a>
  211. <ul class="navList" title="Navigation">
  212. <li><a href="de/hems/trafficsim/package-summary.html">Package</a></li>
  213. <li>Class</li>
  214. <li><a href="overview-tree.html">Tree</a></li>
  215. <li><a href="deprecated-list.html">Deprecated</a></li>
  216. <li><a href="index-files/index-1.html">Index</a></li>
  217. <li class="navBarCell1Rev">Help</li>
  218. </ul>
  219. </div>
  220. <div class="subNav">
  221. <ul class="navList">
  222. <li>Prev</li>
  223. <li>Next</li>
  224. </ul>
  225. <ul class="navList">
  226. <li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
  227. <li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
  228. </ul>
  229. <ul class="navList" id="allclasses_navbar_bottom">
  230. <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
  231. </ul>
  232. <div>
  233. <script type="text/javascript"><!--
  234. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  235. if(window==top) {
  236. allClassesLink.style.display = "block";
  237. }
  238. else {
  239. allClassesLink.style.display = "none";
  240. }
  241. //-->
  242. </script>
  243. </div>
  244. <a name="skip.navbar.bottom">
  245. <!-- -->
  246. </a></div>
  247. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  248. </body>
  249. </html>