public abstract class AbstractFinishAuxiliaryComputationMacro extends AbstractProofMacro
ProofMacro.ProgressBarListener| Constructor and Description |
|---|
AbstractFinishAuxiliaryComputationMacro() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addContractApplicationTaclets(Goal initiatingGoal,
Proof symbExecProof) |
private static Term[] |
buildExecution(ProofObligationVars c,
Map<Term,Term> vsMap,
ImmutableList<Goal> symbExecGoals,
Goal initGoal) |
private static Term |
buildFormulaFromGoal(Goal symbExecGoal) |
private static Term[] |
buildFormulasFromGoals(ImmutableList<Goal> symbExecGoals) |
(package private) static Term |
calculateResultingTerm(Proof proof,
IFProofObligationVars ifVars,
Goal initGoal) |
String |
getCategory()
Gets the category of this macro.
|
String |
getDescription()
Gets the description of this macro.
|
String |
getName()
Gets the name of this macro.
|
applyTo, canApplyTo, getMaxSteps, getScriptCommandNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTo, canApplyTopublic AbstractFinishAuxiliaryComputationMacro()
public String getName()
ProofMacronull constant stringpublic String getCategory()
ProofMacronull if no submenu is to be created.nullpublic String getDescription()
ProofMacronull constant stringstatic Term calculateResultingTerm(Proof proof, IFProofObligationVars ifVars, Goal initGoal)
private static Term[] buildExecution(ProofObligationVars c, Map<Term,Term> vsMap, ImmutableList<Goal> symbExecGoals, Goal initGoal)
private static Term[] buildFormulasFromGoals(ImmutableList<Goal> symbExecGoals)