57         void setOutValue(
Any *outValue);
 
   59         bool isLaunchable() 
const;
 
   70       int getCurrentId() 
const ;
 
   71       Any *getCurrentInSample() 
const ;
 
   72       Any *getCurrentOutSample() 
const ;
 
   73       Any *getOutSample(
int id);
 
   74       void pushInSample(
int id, 
Any *inSample, 
unsigned char priority = 0);
 
   78       void destroyCurrentCase();
 
   80       void setCurrentId(
int id) throw(Exception);
 
   81       void putOutSampleAt(
int id, 
Any *outValue) throw(Exception);
 
   82       Any *getNextSampleWithHighestPriority(
int& 
id, 
unsigned char& priority) const;
 
   83       void markIdAsInUse(
int id);
 
   86       static const 
char MESSAGEFORUNXSTNGID[];