A B E G K L M P S T U W X

A

actionPerformed(ActionEvent) - Method in class Xgofl
Eventhandler

B

bear(int, int) - Method in class Universum
Erzeugt eine Amoebe in Feld x,y

E

evolution() - Method in class Universum
Berechnet die naechste Generation

G

getGen() - Method in class Universum
Liefert die aktuelle Generation zurueck
getX() - Method in class Universum
Gibt die "Breite" des Universums zurueck
getY() - Method in class Universum
Gibt die "Hoehe" des Universums zurueck
Gofl - class Gofl.
Programm: Game of Life
Copyright: 2001 Andreas Gohr, Frank Schubert
License: GPL2 or higher
Version: 1.0

Info: Diese Klasse realisiert das Consolebasierte Game of Life.
Gofl(String[]) - Constructor for class Gofl
Konstruktor

K

kill(int, int) - Method in class Universum
Toetet eine Amoebe in Feld x,y

L

leseWerte() - Method in class Gofl
Liesst Werte von stdin und fuellt das Universum
liessStdin() - Method in class Gofl
Liesst Zeile von stdin und gibt diese als String zurueck

M

main(String[]) - Static method in class Gofl
Main
main(String[]) - Static method in class Xgofl
Main

P

printHelp() - Method in class Gofl
Zeigt kurze Hilfe an der Console

S

save(String) - Method in class Universum
Speichert aktuellen Stand des Universums gibt true zurueck bei erfolgreichem Speichern sonst false
show() - Method in class Gofl
Zeigt aktuellen Stand des Universums auf der Console an
speichernAbfrage() - Method in class Gofl
Abfrage Dateiname + Speichern des Universums
StringToInt(String) - Method in class Gofl
Gibt uebergebenen String als Integer zurueck

T

testArgs(String[]) - Method in class Gofl
Testet die Parameter von Gofl und gibt 'saubere' Parameter zurueck

U

Universum - class Universum.
Programm: Game of Life
Copyright: 2001 (c) Frank Schubert, Andreas Gohr
License: GPL2 or higher
Version: 1.0

Info: Diese Klasse stellt das virtuelle Amoeben-Universum und alle darauf anwendbaren Funktionen zur Verfuegung.
Universum(int, int) - Constructor for class Universum
Erzeugt leeres Universum mit Dimension x*y
Universum(String) - Constructor for class Universum
Erzeugt Universum aus Datei
updateUniverse() - Method in class Xgofl
Wird aufgerufen wenn das Universum sich geaendert hat und baut die Anzeige neu auf

W

watch(int, int) - Method in class Universum
Gibt true fuer ein belebtes Feld und false fuer ein unbelebtes Feld zurueck

X

Xgofl - class Xgofl.
Programm: Game of Life
Copyright: 2001 (c) Frank Schubert, Andreas Gohr
License: GPL2 or higher
Version: 1.0

Info: Diese Klasse realisiert das GUI basierte Game of Life.
Xgofl() - Constructor for class Xgofl
Konstruktor

A B E G K L M P S T U W X