com.intel.cosbench.controller.model
Class ScheduleRegistry

java.lang.Object
  extended by com.intel.cosbench.utils.ListRegistry<SchedulePlan>
      extended by com.intel.cosbench.controller.model.ScheduleRegistry
All Implemented Interfaces:
java.lang.Iterable<SchedulePlan>

public class ScheduleRegistry
extends ListRegistry<SchedulePlan>


Constructor Summary
ScheduleRegistry()
           
 
Method Summary
 void addSchedule(SchedulePlan plan)
           
 SchedulePlan[] getAllSchedules()
           
 SchedulePlan getSchedule(int index)
           
 
Methods inherited from class com.intel.cosbench.utils.ListRegistry
addItem, getAllItems, getItem, getSize, iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleRegistry

public ScheduleRegistry()
Method Detail

addSchedule

public void addSchedule(SchedulePlan plan)

getSchedule

public SchedulePlan getSchedule(int index)

getAllSchedules

public SchedulePlan[] getAllSchedules()