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.

79 lines
2.9KB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  2. "http://www.w3.org/TR/html4/frameset.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>Generated Documentation (Untitled)</title>
  8. <script type="text/javascript">
  9. tmpTargetPage = "" + window.location.search;
  10. if (tmpTargetPage != "" && tmpTargetPage != "undefined")
  11. tmpTargetPage = tmpTargetPage.substring(1);
  12. if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
  13. tmpTargetPage = "undefined";
  14. targetPage = tmpTargetPage;
  15. function validURL(url) {
  16. try {
  17. url = decodeURIComponent(url);
  18. }
  19. catch (error) {
  20. return false;
  21. }
  22. var pos = url.indexOf(".html");
  23. if (pos == -1 || pos != url.length - 5)
  24. return false;
  25. var allowNumber = false;
  26. var allowSep = false;
  27. var seenDot = false;
  28. for (var i = 0; i < url.length - 5; i++) {
  29. var ch = url.charAt(i);
  30. if ('a' <= ch && ch <= 'z' ||
  31. 'A' <= ch && ch <= 'Z' ||
  32. ch == '$' ||
  33. ch == '_' ||
  34. ch.charCodeAt(0) > 127) {
  35. allowNumber = true;
  36. allowSep = true;
  37. } else if ('0' <= ch && ch <= '9'
  38. || ch == '-') {
  39. if (!allowNumber)
  40. return false;
  41. } else if (ch == '/' || ch == '.') {
  42. if (!allowSep)
  43. return false;
  44. allowNumber = false;
  45. allowSep = false;
  46. if (ch == '.')
  47. seenDot = true;
  48. if (ch == '/' && seenDot)
  49. return false;
  50. } else {
  51. return false;
  52. }
  53. }
  54. return true;
  55. }
  56. function loadFrames() {
  57. if (targetPage != "" && targetPage != "undefined")
  58. top.classFrame.location = top.targetPage;
  59. }
  60. </script>
  61. </head>
  62. <frameset cols="20%,80%" onload="top.loadFrames()" title="Documentation frame">
  63. <frame name="packageFrame" src="allclasses-frame.html"
  64. title="All classes and interfaces (except non-static nested types)">
  65. <frame name="classFrame" scrolling="yes" src="de/hems/trafficsim/package-summary.html"
  66. title="Package, class and interface descriptions">
  67. <noframes>
  68. <noscript>
  69. <div>JavaScript is disabled on your browser.</div>
  70. </noscript>
  71. <h2>Frame Alert</h2>
  72. <p>This document is designed to be viewed using the frames feature. If you see this message,
  73. you are using a non-frame-capable web client. Link to <a
  74. href="de/hems/trafficsim/package-summary.html">Non-frame version</a>.</p>
  75. </noframes>
  76. </frameset>
  77. </html>