|
BALL
1.4.1
|
#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.
Definition at line 322 of file standardPredicates.h.
Default constructor;.
Detailed constructor;.
Destructor;.
Evaluate the predicate for the atom atom.
| atom | the atom to test |
Reimplemented from BALL::ExpressionPredicate.
1.7.6.1