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

iStateStack.java

00001 package gov.nasa.arc.ase.jpf;
00002 
00003 interface iStateStack {
00004   public iSystemState Pop();  
00005   public boolean Push(iSystemState s);  
00006   public void setMaxDepth(int value);  
00007   public void UpdateTop(iScheduler current);  
00008 }

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