A G M T W

A

augen - Variable in class Wuerfel
Aktuelle Augenzahl.

G

getAugen() - Method in class Wuerfel
Liest aktuelle Augenzahl.

M

main(String[]) - Static method in class Wuerfel
Test der Klasse Wuerfel, wuerfelt 10x mit einem 1 .. 9 Wuerfel.
max - Variable in class Wuerfel
Maximale Augenzahl.
min - Variable in class Wuerfel
Minimale Augenzahl.

T

toString() - Method in class Wuerfel
Darstellen eines Wuerfels als String der Form "Wuerfel 1 .. 6 gewuerfelt: 3".

W

Wuerfel - Class in <Unnamed>
Wuerfel min ... max.
Wuerfel(int, int) - Constructor for class Wuerfel
Kostruktor, erzeugt Wuerfel min .. max.
Wuerfel() - Constructor for class Wuerfel
Kostruktor, erzeugt Standardwuerfel 1 .. 6.
wuerfeln() - Method in class Wuerfel
Wuerfeln, setzt zufällig Augenzahl als ganze Zahl zwischen Minimalzahl und Maximalzahl.

A G M T W