BALL::FalsePredicate Class Reference

#include <BALL/KERNEL/standardPredicates.h>

Inheritance diagram for BALL::FalsePredicate:
BALL::ExpressionPredicate BALL::UnaryPredicate< Atom >

List of all members.


Public Member Functions

virtual bool operator() (const Atom &atom) const

Detailed Description

False predicate. This predicate may be used to implement default rules. It is always false.


Member Function Documentation

virtual bool BALL::FalsePredicate::operator() ( const Atom atom  )  const [virtual]

Evaluate the predicate for the atom atom

Parameters:
atom the atom to test
Returns:
false - always

Reimplemented from BALL::ExpressionPredicate.