public class RuleJustificationByAddRules extends java.lang.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()  | 
java.lang.String | 
toString()  | 
private final Node node
private final boolean isAxiom
public RuleJustificationByAddRules(Node node, boolean isAxiom)
public boolean isAxiomJustification()
isAxiomJustification in interface RuleJustificationpublic RuleApp motherTaclet()
public java.lang.String toString()
toString in class java.lang.Object