public class RuleJustificationByAddRules extends Object implements RuleJustification
Modifier and Type | Field and Description |
---|---|
private boolean |
isAxiom |
private Node |
node |
Constructor and Description |
---|
RuleJustificationByAddRules(Node node,
boolean isAxiom) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAxiomJustification() |
RuleApp |
motherTaclet() |
String |
toString() |
private final Node node
private final boolean isAxiom
public RuleJustificationByAddRules(Node node, boolean isAxiom)
public boolean isAxiomJustification()
isAxiomJustification
in interface RuleJustification
public RuleApp motherTaclet()