public class PrepareInfFlowContractPreBranchesMacro extends StrategyProofMacro
#ADMITTED_RULENAMES.
| Modifier and Type | Class and Description |
|---|---|
protected class |
PrepareInfFlowContractPreBranchesMacro.RemovePostStrategy
This strategy accepts all rule apps for which the rule name starts with a
string in the admitted set and rejects everything else.
|
ProofMacro.ProgressBarListener| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
AND_RIGHT_RULENAME |
private static java.lang.String |
DOUBLE_IMP_LEFT_RULENAME |
private static java.lang.String |
IMP_LEFT_RULENAME |
private static java.lang.String |
INF_FLOW_RULENAME_PREFIX |
| Constructor and Description |
|---|
PrepareInfFlowContractPreBranchesMacro() |
| Modifier and Type | Method and Description |
|---|---|
protected Strategy |
createStrategy(Proof proof,
PosInOccurrence posInOcc) |
java.lang.String |
getCategory()
Gets the category of this macro.
|
java.lang.String |
getDescription()
Gets the description of this macro.
|
java.lang.String |
getName()
Gets the name of this macro.
|
applyTo, canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxSteps, getScriptCommandName, hasParameter, resetParams, setParameterprivate static final java.lang.String INF_FLOW_RULENAME_PREFIX
private static final java.lang.String IMP_LEFT_RULENAME
private static final java.lang.String DOUBLE_IMP_LEFT_RULENAME
private static final java.lang.String AND_RIGHT_RULENAME
public PrepareInfFlowContractPreBranchesMacro()
public java.lang.String getName()
ProofMacronull constant stringpublic java.lang.String getCategory()
ProofMacronull if no submenu is to be created.nullpublic java.lang.String getDescription()
ProofMacronull constant stringprotected Strategy createStrategy(Proof proof, PosInOccurrence posInOcc)
createStrategy in class StrategyProofMacro