public java.lang.Object getVariable(int n) {
   switch (n) {
     case 0:
       {
         return aos.util.ToObject.box(tellclimaserver_p);
       }
     case 1:
       {
         return aos.util.ToObject.box(eguidebugmessage_s);
       }
     case 2:
       {
         return aos.util.ToObject.box(estart_h);
       }
     case 3:
       {
         return aos.util.ToObject.box(clima_timer_dat);
       }
     default:
       {
         throw new java.lang.IndexOutOfBoundsException(
             "Plan " + this + " does not have variable number " + n);
       }
   }
 }
 public java.lang.Object getVariable(int n) {
   switch (n) {
     case 0:
       {
         return aos.util.ToObject.box(__local__0_0);
       }
     default:
       {
         throw new java.lang.IndexOutOfBoundsException(
             "Reasoning Method " + methodName() + " does not have variable number " + n);
       }
   }
 }