edu.ksu.cis.projects.bogor.module
Class DefaultCounterExampleWriter.GuidedSystemSharedState
java.lang.Object
edu.ksu.cis.projects.bogor.module.DefaultCounterExampleWriter.GuidedSystemSharedState
- Enclosing class:
- DefaultCounterExampleWriter
public static class DefaultCounterExampleWriter.GuidedSystemSharedState
- extends Object
Information that should be kept in sync among components of a guided
search system.
- Version:
- CVS $Revision: 1.44 $ $Date: 2005/06/09 00:22:01 $
- Author:
- Matt Hoosier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentScheduleIndex
protected int currentScheduleIndex
currentChoice
protected int currentChoice
symbolTable
protected SymbolTable symbolTable
DefaultCounterExampleWriter.GuidedSystemSharedState
public DefaultCounterExampleWriter.GuidedSystemSharedState(SymbolTable symtab)
setCurrentChoice
public void setCurrentChoice(int currentChoice)
getCurrentChoice
public int getCurrentChoice()
setCurrentScheduleIndex
public void setCurrentScheduleIndex(int currentScheduleIndex)
getCurrentScheduleIndex
public int getCurrentScheduleIndex()
getSymbolTable
public SymbolTable getSymbolTable()
incrementCurrentChoice
public void incrementCurrentChoice()
incrementCurrentScheduleIndex
public void incrementCurrentScheduleIndex()