Esempio n. 1
0
 public void AddFact(Fact fact)
 {
     this.Facts.Add(fact);
 }
Esempio n. 2
0
 public string PrintFact(Fact f)
 {
     return(this.PrintPredicate(f.Predicate));
 }