public void Clear() { predicateList = new PredicateList(); propositionList = new PropositionList(); predicateSetterList = new PredicateSetterList(); thereforeSyntacticElement = null; }
public LogicArgument() { predicateList = new PredicateList(); propositionList = new PropositionList(); predicateSetterList = new PredicateSetterList(); thereforeSyntacticElement = null; Conclusion = null; }