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, ruleApplicationInContextAllowed
applyTo, canApplyTo, doPostProcessing
applyTo, canApplyTo, getMaxSteps
public static final String UPDATE_SIMPLIFICATION_ONLY
private static final String[] ADMITTED_RULE_NAMES
public String getName()
ProofMacro
null
constant stringpublic String getCategory()
ProofMacro
null
if no submenu is to be created.getCategory
in interface ProofMacro
getCategory
in class AbstractPropositionalExpansionMacro
null
public String getScriptCommandName()
AbstractProofMacro
null
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 ProofMacro
getScriptCommandName
in class AbstractProofMacro
null
if not supported, or a non-null
constant string as the short namepublic String getDescription()
ProofMacro
null
constant stringprotected Set<String> getAdmittedRuleNames()
AbstractPropositionalExpansionMacro
getAdmittedRuleNames
in class AbstractPropositionalExpansionMacro
null
setprotected boolean allowOSS()
AbstractPropositionalExpansionMacro
allowOSS
in class AbstractPropositionalExpansionMacro