public class GeradeZug implements ZugMoeglichkeit { public void ziehe() { System.out.println("geradeaus"); } }