edu.ksu.cis.projects.bogor.module
Interface ISchedulingStrategyContext

All Superinterfaces:
Disposable

public interface ISchedulingStrategyContext
extends Disposable

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

Method Summary
 int getInvisibleMoves()
           
 IState getState()
           
 int getStateId()
           
 int getThreadId()
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Method Detail

getInvisibleMoves

int getInvisibleMoves()

getState

IState getState()

getStateId

int getStateId()

getThreadId

int getThreadId()