public class StateSpaceBoundedAbortStrategy extends Object implements AbortStrategy
| Constructor and Description |
|---|
StateSpaceBoundedAbortStrategy(int maxStateSpaceSize,
int maxStateSize)
Initializes the thresholds for this strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkAbort(StateSpace stateSpace)
Checks whether further states may be generated.
|
public StateSpaceBoundedAbortStrategy(int maxStateSpaceSize,
int maxStateSize)
maxStateSpaceSize - The threshold for the maximal size of the state space.maxStateSize - The threshold for the maximal size of states in the state space.public void checkAbort(StateSpace stateSpace) throws StateSpaceGenerationAbortedException
AbortStrategycheckAbort in interface AbortStrategystateSpace - The StateSpace that has been generated so far.StateSpaceGenerationAbortedExceptionCopyright © 2019. All rights reserved.