| Methods in <Unnamed> with parameters of type PredictionObject |
void |
SamplePredictor.nextDay(java.util.Vector messagesIn,
java.util.Vector messagesOut,
PredictionObject predictions)
called by the parser on each new game day |
void |
SamplePredictorAgent.nextDay(java.util.Vector messagesIn,
java.util.Vector messagesOut,
PredictionObject predictions)
Receives the incoming and outgoing messages along with the prediction
object. |
void |
SCMPredictor.nextDay(java.util.Vector messagesIn,
java.util.Vector messagesOut,
PredictionObject predictions)
|