public class FullPropositionalExpansionMacro extends AbstractPropositionalExpansionMacro
ADMITTED_RULES
.ProofMacro.ProgressBarListener
Modifier and Type | Field and Description |
---|---|
private static String[] |
ADMITTED_RULES |
private static Set<String> |
ADMITTED_RULES_SET |
Constructor and Description |
---|
FullPropositionalExpansionMacro() |
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 |
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, getCategory, ruleApplicationInContextAllowed
applyTo, canApplyTo, doPostProcessing
applyTo, canApplyTo, getMaxSteps
private static final String[] ADMITTED_RULES
public String getName()
ProofMacro
null
constant stringpublic String getDescription()
ProofMacro
null
constant stringpublic 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 nameprotected Set<String> getAdmittedRuleNames()
AbstractPropositionalExpansionMacro
getAdmittedRuleNames
in class AbstractPropositionalExpansionMacro
null
setprotected boolean allowOSS()
AbstractPropositionalExpansionMacro
allowOSS
in class AbstractPropositionalExpansionMacro