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

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultCounterExampleSchedulingInfo

public interface ICounterExampleSchedulingInfo
extends Serializable

Version:
CVS $Revision: 1.3 $ $Date: 2004/08/16 04:05:26 $
Author:
Robby

Method Summary
 int[] getChosenIndices()
           
 int[] getNumOfChoices()
           
 String getStateId()
           
 int getThreadIndex()
           
 void parseString(String s)
           
 String toString()
           
 

Method Detail

getStateId

String getStateId()

getThreadIndex

int getThreadIndex()

getNumOfChoices

int[] getNumOfChoices()

getChosenIndices

int[] getChosenIndices()

parseString

void parseString(String s)
                 throws IllegalArgumentException
Throws:
IllegalArgumentException

toString

String toString()
Overrides:
toString in class Object