public class OneStepProofMacro extends StrategyProofMacro
| Modifier and Type | Class and Description |
|---|---|
private static class |
OneStepProofMacro.OneStepStrategy
Strategy with counter, s.t.
|
ProofMacro.ProgressBarListener| Constructor and Description |
|---|
OneStepProofMacro() |
| Modifier and Type | Method and Description |
|---|---|
protected Strategy |
createStrategy(Proof proof,
PosInOccurrence posInOcc) |
String |
getCategory()
Gets the category of this macro.
|
String |
getDescription()
Gets the description of this macro.
|
String |
getName()
Gets the name of this macro.
|
String |
getScriptCommandName()
Gets a unique short name for this macro that can be used in proof
scripts.
|
applyTo, canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxStepspublic String getName()
ProofMacronull constant stringpublic 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 String getCategory()
ProofMacronull if no submenu is to be created.nullpublic String getDescription()
ProofMacronull constant stringprotected Strategy createStrategy(Proof proof, PosInOccurrence posInOcc)
createStrategy in class StrategyProofMacro