Skip to content
Snippets Groups Projects
Commit 37e9cf81 authored by Michael's avatar Michael
Browse files

Kommentare hinzugefuegt und gemergt

(Datenbank, Codebuch, Codierer[alt])
parent 720ad384
No related branches found
No related tags found
No related merge requests found
...@@ -353,16 +353,6 @@ public class Codierer { ...@@ -353,16 +353,6 @@ public class Codierer {
public int fetchWalzenNr(int walzePos) { public int fetchWalzenNr(int walzePos) {
return this.hardware.getWalzen()[walzePos].getWalzenNr(); return this.hardware.getWalzen()[walzePos].getWalzenNr();
} }
/**
* Ueberprueft welche Buchstaben noch zur Vertauschung verfügbar sind
*
* @param port: Zahl zwischen 0-9: entspricht der Kabelnummer.
* @return String: liefert einen String mit den verfuegbaren Buchstaben zurueck.
*/
public String fetchVerfuegbareBuchstaben(int port) {
return this.hardware.getSteckbrett().fetchVerfuegbareBuchstaben(port);
}
//endregion //endregion
//region codierer //region codierer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment