|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Matrix | |
| main | |
| main.ausgabe | |
| main.eingabe | |
| main.verarbeitung | |
| Uses of Matrix in main |
| Fields in main declared as Matrix | |
static Matrix |
Main.matrix
Die zentrale Datenstruktur mit der Matrix |
| Uses of Matrix in main.ausgabe |
| Fields in main.ausgabe declared as Matrix | |
private Matrix |
Ausgabe.matrix
Die zentrale Datenstruktur mit der Matrix |
| Constructors in main.ausgabe with parameters of type Matrix | |
Ausgabe(Matrix matrix,
java.io.BufferedWriter bw)
Konstruktor, der die Ausgabe erzeugt. |
|
| Uses of Matrix in main.eingabe |
| Fields in main.eingabe declared as Matrix | |
private Matrix |
Eingabe.matrix
Feld für Matrix |
| Constructors in main.eingabe with parameters of type Matrix | |
Eingabe(Matrix matrix,
java.lang.String dateiName)
Konstruktor, welcher die Matrix übernimmt, die Datei zuweist und mit diesen Daten die Funktion leseDaten() aufruft |
|
| Uses of Matrix in main.verarbeitung |
| Fields in main.verarbeitung declared as Matrix | |
private Matrix |
Verarbeitung.matrix
Feld für Matrix |
| Constructors in main.verarbeitung with parameters of type Matrix | |
Verarbeitung(Matrix matrix)
Der Konstruktor speichert die Matrix und ruft die Rösselsprünge auf. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||