if (zielKn != null) {
zielKnNum = (Integer) knotZuord[i].get(zielKn.holeName());
neuBed = StaticMethods.ausFormatBed(conds[i].formatted());
for (int j = 0; j < i; j++) {
zwischBed = StaticMethods.ausFormatBed(conds[j].formatted());
zwischBed.negiere();
neuBed = new InnerNode(neuBed,
zwischBed,
eas.simulation.spatial.sim2D.marbSimulation.Konstanten.UND);
}