#include <standardPredicates.h>
Inheritance diagram for FalsePredicate:
Public Member Functions | |
virtual bool | operator() (const Atom &atom) const throw () |
Evaluate the predicate for the atom atom . |
This predicate may be used to implement default rules. It is always false.
|
Evaluate the predicate for the atom
Reimplemented from ExpressionPredicate. |