A B G I M N P S T

A

anzahl - Static variable in class Boot
Gesamtzahl der vorhandenen Boote.

B

Boot - Class in <Unnamed>
Boot, Beispiel fuer abstrakte Klassen.
Boot(String) - Constructor for class Boot
Konstuktor, erzeugt neues Boot mit Namen.
Boot() - Constructor for class Boot
Konstuktor, erzeugt neues Boot.
bremsen(int) - Method in class Boot
Abbremsen des Bootes, abstrakt.
bremsen(int) - Method in class PaddelBoot
Abbremsen eines Paddelbootes, ueberschreibt abstrakte Methode.

G

getName() - Method in class Boot
Lesen des Bootsnamen.
getPaddel() - Method in class PaddelBoot
Ermitteln der Paddelanzahl.
getTyp() - Method in class Boot
Ermitteln des Bootstyp.

I

incAnzahl() - Static method in class Boot
Klassenmethode, Erhoehen der Gesamtzahl der Boote.

M

main(String[]) - Static method in class TestBoot
 

N

name - Variable in class Boot
Bootsname.
nummer - Variable in class Boot
Bootsnummer.

P

paddel - Variable in class PaddelBoot
Paddelanzahl.
PaddelBoot - Class in <Unnamed>
Paddelboot, Beispiel fuer abgeleitete Klassen.
PaddelBoot(String, int) - Constructor for class PaddelBoot
Konstuktor, erzeugt Paddelboot mit Namen und Paddelanzahl.
PaddelBoot(int) - Constructor for class PaddelBoot
Konstuktor, erzeugt Paddelboot mit Paddelanzahl.
PaddelBoot(String) - Constructor for class PaddelBoot
Konstuktor, erzeugt Paddelboot mit Namen und einem Paddel.
PaddelBoot() - Constructor for class PaddelBoot
Konstuktor, erzeugt Paddelboot mit einem Paddel.

S

SCHIFFS_WRACK - Static variable in class PaddelBoot
SCHIFFS_WRACK, untergegangenes Paddelboot.
setName(String) - Method in class Boot
Veraendern des Bootsnamens.
setPaddel(int) - Method in class PaddelBoot
Festlegen der Paddelanzahl.

T

TestBoot - Class in <Unnamed>
Testet die Klassen Boot und PaddelBoot.
TestBoot() - Constructor for class TestBoot
 
toString() - Method in class Boot
Beschreibung eines Bootes.
toString() - Method in class PaddelBoot
Beschreibung eines Paddelbootes, verwendet Stringbeschreibung eines Bootes.

A B G I M N P S T