public interface AbortOperator
AbortOperator defines whether the analysis should terminate upon encountering a specific abstract state.| 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.
|
boolean abort(AbstractState abstractState)