public interface TerminationCondition
Modifier and Type | Method and Description |
---|---|
void |
initialise(Config config)
Initialise this termination condition.
|
boolean |
shouldStop(KernelState state)
Return whether this termination condition has been met.
|
void initialise(Config config)
config
- The configuration.boolean shouldStop(KernelState state)
state
- The state of the kernel.