* Checking schedule updating process
* CHECKED!!!
*/
this.sm_scheduleManager.updateSchedule(s_updatedSchedule, i_currentTimeslot);
//System.out.println("-PROSUMER "+this.id()+": Printing schedules\n\t"+this.sm_scheduleManager.toString());
this.hv_heuristicValues.addHeuristicValue(new HeuristicValue(this.i_currentTimeslot,d_heuristics));
}
else{
this.sm_scheduleManager.updateSchedule(null, i_currentTimeslot);
this.hv_heuristicValues.addHeuristicValue(new HeuristicValue(this.i_currentTimeslot,null));
}
this.sendMessageToManager();
}
}