protected void checkDisconnected() {
   super.checkDisconnected();
   DO_State castedState = (DO_State) this.get$obj$state(false);
   if (castedState.process != null) handleAttemptToDeleteConnectedObject("Process");
 }