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

All Superinterfaces:
Disposable, IBacktrackingInfo

public interface IExitFunctionBacktrackingInfo
extends IBacktrackingInfo

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

Method Summary
 IValueArray getFunctionLocalValues()
           
 int getLocDesc()
           
 IValue getReturnValue()
           
 int getTransformationIndex()
           
 
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

getFunctionLocalValues

IValueArray getFunctionLocalValues()

getLocDesc

int getLocDesc()

getTransformationIndex

int getTransformationIndex()

getReturnValue

IValue getReturnValue()