public class CounterexampleGenerationPhase extends AbstractPhase implements CounterexampleTransformer
logger| Constructor and Description |
|---|
CounterexampleGenerationPhase(Scene scene) |
| Modifier and Type | Method and Description |
|---|---|
void |
executePhase() |
Set<de.rwth.i2.attestor.LTLFormula> |
getFormulasWithCounterexamples() |
ProgramState |
getInputOf(de.rwth.i2.attestor.LTLFormula formula) |
String |
getName() |
boolean |
isVerificationPhase() |
void |
logSummary() |
getElapsedTime, getPhase, logHighlight, logSum, register, runscenepublic CounterexampleGenerationPhase(Scene scene)
public String getName()
getName in class AbstractPhasepublic void executePhase()
executePhase in class AbstractPhasepublic void logSummary()
logSummary in class AbstractPhasepublic boolean isVerificationPhase()
isVerificationPhase in class AbstractPhasepublic Set<de.rwth.i2.attestor.LTLFormula> getFormulasWithCounterexamples()
getFormulasWithCounterexamples in interface CounterexampleTransformerpublic ProgramState getInputOf(de.rwth.i2.attestor.LTLFormula formula)
getInputOf in interface CounterexampleTransformerCopyright © 2018. All rights reserved.