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