Esempio n. 1
0
 public void Clear()
 {
     predicateList             = new PredicateList();
     propositionList           = new PropositionList();
     predicateSetterList       = new PredicateSetterList();
     thereforeSyntacticElement = null;
 }
Esempio n. 2
0
 public LogicArgument()
 {
     predicateList             = new PredicateList();
     propositionList           = new PropositionList();
     predicateSetterList       = new PredicateSetterList();
     thereforeSyntacticElement = null;
     Conclusion = null;
 }