frysk.hpd
Class StatePTSet

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

 class StatePTSet
extends Object
implements PTSet


Field Summary
(package private)  AllPTSet pool
           
(package private)  int state
           
 
Constructor Summary
StatePTSet(AllPTSet ptpool, int state)
           
 
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

state

int state
Constructor Detail

StatePTSet

public StatePTSet(AllPTSet ptpool,
                  int state)
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