|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimStoppingCondition
Represents a simulation stopping condition which is checked before the
simulation ends. By default, a simulator performs a minimal number of
replications or a single replication with a minimal length to get some
statistics and performs some tests to determine the additional simulation
time. If an additional stopping condition is added through
ContactCenterEval.setEvalOption(umontreal.iro.lecuyer.contactcenters.app.EvalOptionType, java.lang.Object)
, this condition is checked and the
returned result is used instead of the default result.
Method Summary | |
---|---|
int |
check(ContactCenterSim sim,
int newReps)
Checks the implemented stopping condition and returns the required number of additional batches or replications to simulate. |
Method Detail |
---|
int check(ContactCenterSim sim, int newReps)
sim
- the contact center simulator.newReps
- the number of required additional batches or replications,
according to the default stopping condition.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |