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, ruleApplicationInContextAllowedapplyTo, canApplyTo, doPostProcessingapplyTo, canApplyTo, getMaxStepsprivate static final String[] ADMITTED_RULES
public String getName()
ProofMacronull constant stringpublic String getDescription()
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 nameprotected Set<String> getAdmittedRuleNames()
AbstractPropositionalExpansionMacrogetAdmittedRuleNames in class AbstractPropositionalExpansionMacronull setprotected boolean allowOSS()
AbstractPropositionalExpansionMacroallowOSS in class AbstractPropositionalExpansionMacro