Index
All Classes and Interfaces|All Packages|Serialized Form
A
- App - Class in de.eldecker.dhbw.lottozahlen
-
Klasse mit Einstiegsmethode für Erzeugung eines Zahltipps für Lotto "6 aus 49" (Deutschland).
- App() - Constructor for class de.eldecker.dhbw.lottozahlen.App
-
Dummy-Konstruktor, um Instanziierung dieser Klasse zu verhindern (wäre nicht sinnvoll, weil die Klasse nur eine statische Methode hat).
D
- de.eldecker.dhbw.lottozahlen - package de.eldecker.dhbw.lottozahlen
-
Kleine Bibliothek für zufällige Erzeugung von Lotto-Tipps für verschiedene Lottosysteme, z.B. "6 aus 49" (Deutschland) oder "6 aus 90" (Italien).
- de.eldecker.dhbw.lottozahlen.engine - package de.eldecker.dhbw.lottozahlen.engine
-
Dieses Paket enthält die eigentliche Logik für die Erzeugung der zufällig erzeugten Lotto-Tipps.
- de.eldecker.dhbw.lottozahlen.engine.model - package de.eldecker.dhbw.lottozahlen.engine.model
-
Datenklassen (Records, Exceptions) für die Erzeugung von Lotto-Tipps.
E
- equals(Object) - Method in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Indicates whether some other object is "equal to" this one.
- erzeugeTipp() - Method in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Zahlentipp für Lotto erzeugen.
G
- getAnzahl() - Method in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Getter für Anzahl der Zahlen in einem gültigen Tipp für das Lottosystem, für den das aufrufende Objekt erzeugt wurde.
- getMaxZahl() - Method in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Getter für höchste Lottozahl des Lottosystems, für den das aufrufende Objekt erzeugt wurde.
H
- hashCode() - Method in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Returns a hash code value for this object.
L
- LottoException - Exception Class in de.eldecker.dhbw.lottozahlen.engine.model
-
Eigene Exception-Klasse für Lottozahlengenerator.
- LottoException(String) - Constructor for exception class de.eldecker.dhbw.lottozahlen.engine.model.LottoException
-
Konstruktor um Exception mit Fehlerbeschreibung zu erzeugen.
- lottozahl - Variable in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
The field for the
lottozahl
record component. - lottozahl() - Method in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Returns the value of the
lottozahl
record component. - LottoZahlenGenerator - Class in de.eldecker.dhbw.lottozahlen.engine
-
Klasse für das "Auswürfeln" eines Lottozahlen-Tipp für verschiedene Lottosysteme.
- LottoZahlenGenerator(int, int) - Constructor for class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Convience-Konstruktor, siehe Beschreibung von
LottoZahlenGenerator(int, int, long)
. - LottoZahlenGenerator(int, int, long) - Constructor for class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Hauptkonstruktor, erzeugt Lottozahlengenerator für bestimmtes Lottosystem, z.B. "6 aus 49" (Deutschland) oder "6 aus 90" (Italien, SuperEnalotto).
- LottoZahlRecord - Record Class in de.eldecker.dhbw.lottozahlen.engine.model
-
Ein Objekt dieses Records repräsentiert eine der Lottozahlen zusammen mit einer Zufallszahl.
- LottoZahlRecord(int, double) - Constructor for record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Creates an instance of a
LottoZahlRecord
record class.
M
- main(String[]) - Static method in class de.eldecker.dhbw.lottozahlen.App
-
Einstiegsmethode: schreibt einen Zahlentipp für deutsches Lotto "6 aus 49" auf die Konsole (aufsteigend sortiert).
T
- toString() - Method in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Returns a string representation of this record class.
Z
- zufallszahl - Variable in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
The field for the
zufallszahl
record component. - zufallszahl() - Method in record class de.eldecker.dhbw.lottozahlen.engine.model.LottoZahlRecord
-
Returns the value of the
zufallszahl
record component.
_
- _anzahlLottoZahlen - Variable in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Anzahl Zahlen für den zu erzeugenden Tipp, z.B. "6" für deutsches Zahlenlotto "6 aus 49".
- _maxLottoZahl - Variable in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Höchste Zahl im Lottosystem, z.B. "49" für deutsches Zahlenlotto "6 aus 49".
- _zufallsgenerator - Variable in class de.eldecker.dhbw.lottozahlen.engine.LottoZahlenGenerator
-
Zufallszahlengenerator.
All Classes and Interfaces|All Packages|Serialized Form