public class OneStepProofMacro extends StrategyProofMacro
| Modifier and Type | Class and Description |
|---|---|
private static class |
OneStepProofMacro.OneStepStrategy
Strategy with counter, s.t. only one rule is applied
|
ProofMacro.ProgressBarListener| Constructor and Description |
|---|
OneStepProofMacro() |
| 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.
|
java.lang.String |
getScriptCommandName()
Gets a unique short name for this macro that can be used in proof
scripts.
|
applyTo, canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxSteps, hasParameter, resetParams, setParameterpublic java.lang.String getName()
ProofMacronull constant stringpublic java.lang.String getScriptCommandName()
AbstractProofMacronull is returned, the macro cannot be addressed from
within scripts.
By default, proof macros do not support scripts, thus null
is returned.getScriptCommandName in interface ProofMacrogetScriptCommandName in class AbstractProofMacronull if not supported, or a non-null
constant string as the short namepublic 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