#include <BALL/KERNEL/standardPredicates.h>
Public Member Functions | |
InRingPredicate () | |
Default constructor;. | |
InRingPredicate (Size n) | |
Detailed constructor;. | |
~InRingPredicate () | |
Destructor;. | |
virtual bool | operator() (const Atom &atom) const |
Predicate for atoms being included in rings of a certain number.
BALL::InRingPredicate::InRingPredicate | ( | ) |
Default constructor;.
BALL::InRingPredicate::InRingPredicate | ( | Size | n | ) |
Detailed constructor;.
BALL::InRingPredicate::~InRingPredicate | ( | ) |
Destructor;.
Evaluate the predicate for the atom atom
.
atom | the atom to test |
Reimplemented from BALL::ExpressionPredicate.