Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

iThreadInfo.java

00001 package gov.nasa.arc.ase.jpf;
00002 
00003 public interface iThreadInfo {
00004   public boolean isAlive();  
00005   public boolean isEnabled();  
00006   public boolean isNotified();  
00007   public boolean isRunnable(iSystemState ss, iKernelState ks);  
00008   public boolean isRunning();  
00009   public boolean isSafe();  
00010 }

Generated at Thu Feb 7 06:48:03 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001