renamed turnouts, worked on route discovery

This commit is contained in:
Stephan Richter
2020-09-16 19:29:05 +02:00
parent 4ee75d0a53
commit 3c5d1161a7
45 changed files with 370 additions and 310 deletions

View File

@@ -1,7 +1,9 @@
package de.srsoftware.web4rail.tiles;
public abstract class Turnout extends Tile {
public enum State{
LEFT,STRAIGHT,RIGHT,UNDEF;
}
private boolean straight = true;
public boolean toggle() {