#include <standardPredicates.h>
Public Member Functions |
|
ConnectedToPredicate (const ConnectedToPredicate &predicate) | |
virtual void | clear () |
Clear method. |
|
virtual bool | operator() (const Atom &atom) const |
Evaluate the predicate for the atom
atom . |
|
void | dump () const |
void | dump (const CTPNode *current) const |
virtual void | setArgument (const String &argument) |
set the Argument of this ExpressionPredicate |
Syntax: {tabular}{cl} Bonds
-
& single=
&
double
#
&
triple
{126
}
& aromatic
.
&
any
symbol
& the desired element*
&
any element
( )
& symbols enlosed by brackets denote
groupsvirtual bool BALL::ConnectedToPredicate::operator() | ( | const Atom & | atom | ) | const [virtual] |
Evaluate the predicate for the atom
atom
.
atom | the atom to test |
Reimplemented from BALL::ExpressionPredicate.
virtual void BALL::ConnectedToPredicate::setArgument | ( | const String & | argument | ) | [virtual] |
set the Argument of this ExpressionPredicate
argument | the string to use for this predicate |
Reimplemented from BALL::ExpressionPredicate.