Anzeige von aktuellem Zustand
This commit is contained in:
@@ -32,7 +32,9 @@ public class TM {
|
||||
try {
|
||||
calcOneStep();
|
||||
appendToBand();
|
||||
|
||||
System.out.println("Step: "+numberOfSteps);
|
||||
System.out.println("Aktueller zustand: Q" + aktuellerZustand);
|
||||
System.out.println(this);
|
||||
} catch (TmException e) {
|
||||
e.printStackTrace();
|
||||
@@ -40,6 +42,7 @@ public class TM {
|
||||
}
|
||||
}
|
||||
System.out.println("Finished:");
|
||||
System.out.println("Zustand: Q" + aktuellerZustand);
|
||||
System.out.println("Step: "+numberOfSteps);
|
||||
System.out.println(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user