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