Step Count
Terminates the simulation after a given number of steps. If the simulation is uninitialized (thus, the environment returns null when asked for the simulation), this predicate always returns false.
Type Parameters
T
the concentration type
P
the position type
Properties
Functions
Link copied to clipboard
Builds a predicate that is true if both this and the other predicate are true.
Link copied to clipboard
context(environment: Environment<T, P>)
operator fun <T, P : Position<P>> TerminationPredicate<T, P>.unaryMinus()
operator fun <T, P : Position<P>> TerminationPredicate<T, P>.unaryMinus()
Registers this TerminationPredicate into the current Environment.