public class ControllableAbortOperator extends java.lang.Object implements AbortOperator
AbortOperator
allows changing its behavior by setting the boolean field abort
to the desired output.Modifier and Type | Field and Description |
---|---|
boolean |
abort |
Constructor and Description |
---|
ControllableAbortOperator() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort(AbstractState abstractState)
The operator receives a newly discovered abstract state and returns whether the analysis should
terminate.
|
public boolean abort(AbstractState abstractState)
AbortOperator
abort
in interface AbortOperator