BALL::GAFFCESParser::CESwildcardsPredicate Class Reference

#include <BALL/MOLMEC/AMBER/GAFFCESParser.h>

Inheritance diagram for BALL::GAFFCESParser::CESwildcardsPredicate:
BALL::GAFFCESParser::CESPredicate

List of all members.


Public Member Functions

 CESwildcardsPredicate (GAFFCESParser *parser)
 ~CESwildcardsPredicate ()
void setWildcards (String new_wildcard)
CESwildcards getWildcards ()
bool matchWildcards (Atom &atom)
bool match (Atom &atom)

Protected Attributes

CESwildcards wildcards_

Constructor & Destructor Documentation

BALL::GAFFCESParser::CESwildcardsPredicate::CESwildcardsPredicate ( GAFFCESParser parser  )  [inline]
BALL::GAFFCESParser::CESwildcardsPredicate::~CESwildcardsPredicate (  ) 

Member Function Documentation

CESwildcards BALL::GAFFCESParser::CESwildcardsPredicate::getWildcards (  ) 
bool BALL::GAFFCESParser::CESwildcardsPredicate::match ( Atom atom  )  [virtual]

Reimplemented from BALL::GAFFCESParser::CESPredicate.

bool BALL::GAFFCESParser::CESwildcardsPredicate::matchWildcards ( Atom atom  ) 
void BALL::GAFFCESParser::CESwildcardsPredicate::setWildcards ( String  new_wildcard  ) 

Member Data Documentation