|
BALL
1.4.79
|
#include <BALL/KERNEL/standardPredicates.h>
Classes | |
| class | CTPNode |
Public Member Functions | |
| ConnectedToPredicate () | |
| ConnectedToPredicate (const ConnectedToPredicate &predicate) | |
| virtual | ~ConnectedToPredicate () |
| virtual void | clear () |
| virtual bool | operator() (const Atom &atom) const |
| void | dump () const |
| void | dump (const CTPNode *current) const |
| virtual void | setArgument (const String &argument) |
Public Member Functions inherited from BALL::ExpressionPredicate | |
| ExpressionPredicate () | |
| ExpressionPredicate (const ExpressionPredicate &predicate) | |
| ExpressionPredicate (const String &argument) | |
| virtual | ~ExpressionPredicate () |
| ExpressionPredicate & | operator= (const ExpressionPredicate &predicate) |
| bool | operator== (const ExpressionPredicate &predicate) const |
| const String & | getArgument () const |
Public Member Functions inherited from BALL::UnaryPredicate< Atom > | |
| virtual | ~UnaryPredicate () |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ExpressionPredicate | |
| String | argument_ |
Predicate class for atoms being connected to a constellation defined by an expression. Syntax: {tabular}{cl} Bonds
- & single = & double
# & triple
{126} & aromatic
. & any
Elements &
symbol & the desired element * & any element
Groups &
( ) & symbols enlosed by brackets denote groups {tabular}
Definition at line 480 of file standardPredicates.h.
| BALL::ConnectedToPredicate::ConnectedToPredicate | ( | ) |
| BALL::ConnectedToPredicate::ConnectedToPredicate | ( | const ConnectedToPredicate & | predicate | ) |
|
virtual |
|
virtual |
Clear method
Reimplemented from BALL::ExpressionPredicate.
| void BALL::ConnectedToPredicate::dump | ( | ) | const |
| void BALL::ConnectedToPredicate::dump | ( | const CTPNode * | current | ) | const |
Evaluate the predicate for the atom atom.
| atom | the atom to test |
Reimplemented from BALL::ExpressionPredicate.
|
virtual |
set the Argument of this ExpressionPredicate
| argument | the string to use for this predicate |
Reimplemented from BALL::ExpressionPredicate.
1.8.7