389390391392393394395396397398399
RobEA rob; it = this.graphen.iterator(); while (it.hasNext()) { rob = it.next().getRob(); rob.zuruecksetzen(); umg.hinzuRobotRand(rob); } }