edu.ksu.cis.projects.bogor.module.backtrack
Interface IExitThreadBacktrackingInfo

All Superinterfaces:
Disposable, IBacktrackingInfo

public interface IExitThreadBacktrackingInfo
extends IBacktrackingInfo

Version:
CVS $Revision: 1.2 $ $Date: 2004/05/11 02:54:36 $
Author:
Robby

Method Summary
 IValueArray[] getThreadLocalValuesStack()
           
 int[] getThreadLocationStack()
           
 int[] getThreadTransformationIndexStack()
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.backtrack.IBacktrackingInfo
backtrack, clone, getNode, getSchedulingStrategyInfo, getStateId, getThreadId
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Method Detail

getThreadLocalValuesStack

IValueArray[] getThreadLocalValuesStack()

getThreadLocationStack

int[] getThreadLocationStack()

getThreadTransformationIndexStack

int[] getThreadTransformationIndexStack()