public class UpdateSimplificationMacro extends AbstractPropositionalExpansionMacro
ProofMacro.ProgressBarListener| Modifier and Type | Field and Description |
|---|---|
private static String[] |
ADMITTED_RULE_NAMES |
private static Set<String> |
ADMITTED_RULE_NAMES_AS_SET |
static String |
UPDATE_SIMPLIFICATION_ONLY |
| Constructor and Description |
|---|
UpdateSimplificationMacro() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowOSS()
Whether this macro includes One Step Simplification.
|
protected Set<String> |
getAdmittedRuleNames()
Gets the set of admitted rule names.
|
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.
|
asSet, createStrategy, ruleApplicationInContextAllowedapplyTo, canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxStepspublic static final String UPDATE_SIMPLIFICATION_ONLY
private static final String[] ADMITTED_RULE_NAMES
public String getName()
ProofMacronull constant stringpublic String getCategory()
ProofMacronull if no submenu is to be created.getCategory in interface ProofMacrogetCategory in class AbstractPropositionalExpansionMacronullpublic 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 getDescription()
ProofMacronull constant stringprotected Set<String> getAdmittedRuleNames()
AbstractPropositionalExpansionMacrogetAdmittedRuleNames in class AbstractPropositionalExpansionMacronull setprotected boolean allowOSS()
AbstractPropositionalExpansionMacroallowOSS in class AbstractPropositionalExpansionMacro