frysk.hpd
Class ExecPTSet

java.lang.Object
  extended by frysk.hpd.ExecPTSet
All Implemented Interfaces:
PTSet

 class ExecPTSet
extends Object
implements PTSet


Field Summary
(package private)  String name
           
(package private)  AllPTSet pool
           
 
Constructor Summary
ExecPTSet(AllPTSet ptpool, String name)
           
 
Method Summary
 boolean containsTask(int procid, int taskid)
           
 Iterator getProcs()
           
 Iterator getTaskData()
           
 Iterator getTasks()
           
 void removeProc(int procId)
          Remove a proc from the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pool

AllPTSet pool

name

String name
Constructor Detail

ExecPTSet

public ExecPTSet(AllPTSet ptpool,
                 String name)
Method Detail

getProcs

public Iterator getProcs()

containsTask

public boolean containsTask(int procid,
                            int taskid)
Specified by:
containsTask in interface PTSet

getTasks

public Iterator getTasks()
Specified by:
getTasks in interface PTSet

getTaskData

public Iterator getTaskData()
Specified by:
getTaskData in interface PTSet

removeProc

public void removeProc(int procId)
Remove a proc from the list

Specified by:
removeProc in interface PTSet