BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Member Functions | List of all members
BALL::ConnectedToPredicate Class Reference

#include <BALL/KERNEL/standardPredicates.h>

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

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 ()
 
ExpressionPredicateoperator= (const ExpressionPredicate &predicate)
 
bool operator== (const ExpressionPredicate &predicate) const
 
const StringgetArgument () const
 
- Public Member Functions inherited from BALL::UnaryPredicate< Atom >
virtual ~UnaryPredicate ()
 

Additional Inherited Members

- Protected Attributes inherited from BALL::ExpressionPredicate
String argument_
 

Detailed Description

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.

Constructor & Destructor Documentation

BALL::ConnectedToPredicate::ConnectedToPredicate ( )
BALL::ConnectedToPredicate::ConnectedToPredicate ( const ConnectedToPredicate predicate)
virtual BALL::ConnectedToPredicate::~ConnectedToPredicate ( )
virtual

Member Function Documentation

virtual void BALL::ConnectedToPredicate::clear ( )
virtual

Clear method

Reimplemented from BALL::ExpressionPredicate.

void BALL::ConnectedToPredicate::dump ( ) const
void BALL::ConnectedToPredicate::dump ( const CTPNode current) const
virtual bool BALL::ConnectedToPredicate::operator() ( const Atom atom) const
virtual

Evaluate the predicate for the atom atom.

Parameters
atomthe atom to test
Returns
true, if the predicate is true, false otherwise

Reimplemented from BALL::ExpressionPredicate.

virtual void BALL::ConnectedToPredicate::setArgument ( const String argument)
virtual

set the Argument of this ExpressionPredicate

Parameters
argumentthe string to use for this predicate

Reimplemented from BALL::ExpressionPredicate.