GraphObject(BumpRunValue rv) {
   this_value = rv;
   class_name = rv.getType();
   initialize();
 }