bed = it3.next();
folgeZustand = bed.getFolgezustand();
kantAlter = bed.getAlter();
bedingung = bed.getCond().toString();
knot2 = g.holeKnoten(new Integer(folgeZustand));
koord2 = this.gesetzteKn.get(knot2.holeName());
p.addPoint((int) koord1.x, (int) koord1.y);
p.addPoint((int) koord2.x, (int) koord2.y);
if (koord1.equals(koord2)) {