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

All Superinterfaces:
Disposable, IBacktrackingInfo

public interface IArrayElementBacktrackingInfo
extends IBacktrackingInfo

Version:
CVS $Revision: 1.1 $ $Date: 2003/09/27 02:00:37 $
Author:
Robby

Method Summary
 IArrayValue getArrayValue()
           
 int getElementIndex()
           
 IValue getOldValue()
           
 int getThreadId()
          The descriptor of the thread which took the forward version of this action.
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.backtrack.IBacktrackingInfo
backtrack, clone, getNode, getSchedulingStrategyInfo, getStateId
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Method Detail

getArrayValue

IArrayValue getArrayValue()

getElementIndex

int getElementIndex()

getOldValue

IValue getOldValue()

getThreadId

int getThreadId()
Description copied from interface: IBacktrackingInfo
The descriptor of the thread which took the forward version of this action.

Specified by:
getThreadId in interface IBacktrackingInfo