void WriteClipsClause(ostream& stream, Bool filtering=FALSE, PrologDatabase *database = NULL)
Writes the clause to the given stream in CLIPS 'deffacts' format. If filtering is TRUE, the deftemplates associated with database are used to filter out slots which exist in the CLIPS facts but not in the deftemplates (see PrologDatabase::AddTemplate).