public class Attestor extends AbstractAttestor
To start a program analysis it suffices to call {Attestor#run(args)}, where args are the command line arguments
passed, for example, to a main method.
In particular, these arguments have to include the path to a communication file customizing the analysis.
The execution of Attestor consists of phases. Any fatal failure of a phase (that is an exception caught
by the method starting the phase) aborts further execution.
The main phases are executed in the following order:
logger, properties, registry, scene| Constructor and Description |
|---|
Attestor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerPhases(String[] args) |
getCounterexamples, getExecutionTimes, getInputName, getNumberOfFinalStates, getNumberOfStatesWithoutProcedureCalls, getSpecificationDescription, getTotalNumberOfStates, hasAllLTLSatisfied, hasFatalError, runprotected void registerPhases(String[] args) throws Exception
registerPhases in class AbstractAttestorExceptionCopyright © 2018. All rights reserved.