public void set_knob_for_link(Long link_id, double newknob) {
   node_data.get(link_id).set_knob(newknob);
 }