EinheitenAdderTests + TourTests + New Doc

This commit is contained in:
2021-04-18 20:49:57 +02:00
parent fce53a629a
commit ac34432269
578 changed files with 35129 additions and 8865 deletions

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.9) on Thu Feb 25 13:07:23 CET 2021 -->
<title>D-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-02-25">
<!-- Generated by javadoc (11.0.9) on Sun Apr 18 20:47:44 CEST 2021 -->
<title>A-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<meta name="dc.created" content="2021-04-18">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="D-Index";
parent.document.title="A-Index";
}
}
catch(err) {
@ -92,19 +92,65 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="index-1.html">D</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">L</a>&nbsp;<a href="index-4.html">M</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a href="index-7.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:D">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">D</h2>
<h2 class="title">A</h2>
<dl>
<dt><a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data"><span class="typeNameLink">DbConnect</span></a> - Class in <a href="../tourplaner/data/package-summary.html">tourplaner.data</a></dt>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#addJson(java.lang.String)">addJson(String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>
<div class="block">Verwaltet die Datenbankverbindung zu dem Postgres Server</div>
<div class="block">Fügt am ende .json hinzu.</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/DbConnect.html#%3Cinit%3E()">DbConnect()</a></span> - Constructor for class tourplaner.data.<a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data">DbConnect</a></dt>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#addKm(java.lang.String)">addKm(String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>
<div class="block">Fügt km hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/viewmodels/ViewModel.html#addLog()">addLog()</a></span> - Method in class tourplaner.viewmodels.<a href="../tourplaner/viewmodels/ViewModel.html" title="class in tourplaner.viewmodels">ViewModel</a></dt>
<dd>
<div class="block">Fügt einen Log eintrag zu einer Tour hinzu.</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/TourPlaner.html#addLog(java.lang.String,tourplaner.object.Log)">addLog(String, Log)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/TourPlaner.html" title="class in tourplaner.business">TourPlaner</a></dt>
<dd>
<div class="block">Fügt ein Log hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/DbConnect.html#addLog(java.lang.String,tourplaner.object.Log)">addLog(String, Log)</a></span> - Method in class tourplaner.data.<a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data">DbConnect</a></dt>
<dd>
<div class="block">Füght einen Logeintrag ein</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/object/Tour.html#addLog(tourplaner.object.Log)">addLog(Log)</a></span> - Method in class tourplaner.object.<a href="../tourplaner/object/Tour.html" title="class in tourplaner.object">Tour</a></dt>
<dd>
<div class="block">Fügt ein Log Eintrag hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#addMeter(java.lang.String)">addMeter(String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>
<div class="block">Fügt meter hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#addMinuten(java.lang.String)">addMinuten(String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>
<div class="block">Fügt minuten hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/ProgressBar.html#addProgress(int)">addProgress(int)</a></span> - Method in class tourplaner.ui.<a href="../tourplaner/ui/ProgressBar.html" title="class in tourplaner.ui">ProgressBar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/EinheitenAdder.html#addSpeed(java.lang.String)">addSpeed(String)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/EinheitenAdder.html" title="class in tourplaner.business">EinheitenAdder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/viewmodels/ViewModel.html#addTour()">addTour()</a></span> - Method in class tourplaner.viewmodels.<a href="../tourplaner/viewmodels/ViewModel.html" title="class in tourplaner.viewmodels">ViewModel</a></dt>
<dd>
<div class="block">Fügt eine neue Tour hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/data/DbConnect.html#addTour(tourplaner.object.Tour)">addTour(Tour)</a></span> - Method in class tourplaner.data.<a href="../tourplaner/data/DbConnect.html" title="class in tourplaner.data">DbConnect</a></dt>
<dd>
<div class="block">Fügt eine Tour hinzu</div>
</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/business/TourPlaner.html#addTour(tourplaner.object.Tour,tourplaner.ui.ProgressBar)">addTour(Tour, ProgressBar)</a></span> - Static method in class tourplaner.business.<a href="../tourplaner/business/TourPlaner.html" title="class in tourplaner.business">TourPlaner</a></dt>
<dd>
<div class="block">Fügt eine Tour hinzu</div>
</dd>
<dt><a href="../tourplaner/ui/AlertHelper.html" title="class in tourplaner.ui"><span class="typeNameLink">AlertHelper</span></a> - Class in <a href="../tourplaner/ui/package-summary.html">tourplaner.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../tourplaner/ui/AlertHelper.html#%3Cinit%3E()">AlertHelper()</a></span> - Constructor for class tourplaner.ui.<a href="../tourplaner/ui/AlertHelper.html" title="class in tourplaner.ui">AlertHelper</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">D</a>&nbsp;<a href="index-2.html">G</a>&nbsp;<a href="index-3.html">L</a>&nbsp;<a href="index-4.html">M</a>&nbsp;<a href="index-5.html">P</a>&nbsp;<a href="index-6.html">S</a>&nbsp;<a href="index-7.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">K</a>&nbsp;<a href="index-12.html">L</a>&nbsp;<a href="index-13.html">M</a>&nbsp;<a href="index-14.html">N</a>&nbsp;<a href="index-15.html">O</a>&nbsp;<a href="index-16.html">P</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">