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