Uses of Class
com.intel.cosbench.controller.model.SchedulePlan

Packages that use SchedulePlan
com.intel.cosbench.controller.model   
 

Uses of SchedulePlan in com.intel.cosbench.controller.model
 

Methods in com.intel.cosbench.controller.model that return SchedulePlan
 SchedulePlan[] ScheduleRegistry.getAllSchedules()
           
 SchedulePlan TaskContext.getSchedule()
           
 SchedulePlan ScheduleRegistry.getSchedule(int index)
           
 

Methods in com.intel.cosbench.controller.model with parameters of type SchedulePlan
 void ScheduleRegistry.addSchedule(SchedulePlan plan)
           
 void TaskContext.setSchedule(SchedulePlan schedule)