public abstract class AbstractBlastingMacro extends StrategyProofMacro
| Modifier and Type | Class and Description |
|---|---|
private class |
AbstractBlastingMacro.SemanticsBlastingStrategy |
ProofMacro.ProgressBarListener| Constructor and Description |
|---|
AbstractBlastingMacro() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInvariantFormula(Goal goal) |
ProofMacroFinishedInfo |
applyTo(UserInterfaceControl uic,
Proof proof,
ImmutableList<Goal> goals,
PosInOccurrence posInOcc,
ProverTaskListener listener)
Apply this macro on the given goals.
|
private boolean |
containsSubTypes(Sort s,
java.util.Set<Sort> sorts) |
private java.util.List<SequentFormula> |
createFormulae(Services services,
java.util.Set<Sort> sorts) |
protected Strategy |
createStrategy(Proof proof,
PosInOccurrence posInOcc) |
protected abstract java.util.Set<java.lang.String> |
getAllowedPullOut() |
protected abstract RuleFilter |
getEqualityRuleFilter() |
protected abstract RuleFilter |
getSemanticsRuleFilter() |
canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxSteps, getScriptCommandName, hasParameter, resetParams, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getDescription, getNameprotected abstract RuleFilter getSemanticsRuleFilter()
protected abstract RuleFilter getEqualityRuleFilter()
protected abstract java.util.Set<java.lang.String> getAllowedPullOut()
public ProofMacroFinishedInfo applyTo(UserInterfaceControl uic, Proof proof, ImmutableList<Goal> goals, PosInOccurrence posInOcc, ProverTaskListener listener) throws java.lang.InterruptedException
ProofMacroInterruptedException.
A ProverTaskListener can be provided to which the progress will
be reported. If no reports are desired, null cna be used for
this parameter. If more than one listener is needed, consider combining
them using a single listener object using the composite pattern.applyTo in interface ProofMacroapplyTo in class StrategyProofMacrouic - the UserInterfaceControl to useproof - the current Proof (not null)goals - the goals (not null)posInOcc - the position in occurrence (may be null)listener - the listener to use for progress reports (may be
null)java.lang.InterruptedException - if the application of the macro has been interrupted.protected void addInvariantFormula(Goal goal)
protected Strategy createStrategy(Proof proof, PosInOccurrence posInOcc)
createStrategy in class StrategyProofMacroprivate java.util.List<SequentFormula> createFormulae(Services services, java.util.Set<Sort> sorts)