M - the type of the simulation modelpublic interface SimCondition
check method performs a specific action, such as
stopping the simulation run, for example.
A common use of this class is the implementation of a stop condition, which causes the simulation
run to stop whenever the check method evaluates to true.
| Modifier and Type | Method and Description |
|---|---|
boolean |
check()
Checks whether this condition is satisfied.
|