Uses of Class
paratask.runtime.ParaTask.ScheduleType

Packages that use ParaTask.ScheduleType
paratask.runtime Parallel Task runtime classes. 
 

Uses of ParaTask.ScheduleType in paratask.runtime
 

Methods in paratask.runtime that return ParaTask.ScheduleType
static ParaTask.ScheduleType ParaTask.getScheduleType()
          Returns the schedule being used in the runtime.
static ParaTask.ScheduleType ParaTask.ScheduleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParaTask.ScheduleType[] ParaTask.ScheduleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in paratask.runtime with parameters of type ParaTask.ScheduleType
static void ParaTask.setScheduling(ParaTask.ScheduleType type)
          Set the scheduling scheme.