#include <standardPredicates.h>
Inheritance diagram for AtomNamePredicate:
Public Member Functions | |
virtual bool | operator() (const Atom &atom) const throw () |
Evaluate the predicate for the atom atom . |
Returns true
, if the name of the atom matches the argument of this predicate. This is an exact match.
|
Evaluate the predicate for the atom
Reimplemented from ExpressionPredicate. |