Uses of Class
pt.runtime.TaskIDGroup

Packages that use TaskIDGroup
pt.runtime Parallel Task runtime classes. 
 

Uses of TaskIDGroup in pt.runtime
 

Fields in pt.runtime declared as TaskIDGroup
protected  TaskIDGroup TaskID.group
           
 

Methods in pt.runtime that return TaskIDGroup
 TaskIDGroup TaskID.getGroup()
          Returns the group that this task is part of (assuming it is a multi-task).
 

Methods in pt.runtime with parameters of type TaskIDGroup
static java.util.ArrayList<TaskID> ParaTask.allTasksInGroup(TaskIDGroup group)
          A recursive convenience function that digs into the TaskIDGroup and returns all the individual TaskIDs.