BALL 1.5.0
Loading...
Searching...
No Matches
BALL::GAFFCESParser::CESwildcardsPredicate Class Reference

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

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

Public Member Functions

 CESwildcardsPredicate (GAFFCESParser *parser)
 ~CESwildcardsPredicate ()
void setWildcards (String new_wildcard)
CESwildcards getWildcards ()
bool matchWildcards (Atom &atom)
bool match (Atom &atom)
Public Member Functions inherited from BALL::GAFFCESParser::CESPredicate
 CESPredicate (GAFFCESParser *parser)
virtual ~CESPredicate ()
void initStringToWildcard ()
std::map< String, CESwildcardsgetStringToWildcard ()
void addCESwildcardsConnectionPredicate (String wildcard, Size partners)
void addCESwildcardsPredicate (String wildcard)
void addCESelementPredicate (String name)
void addCESelementConnectionPredicate (Size partners, String name)
void addTruePredicate () const
virtual bool operator() (Atom &atom)
void clear ()
bool alreadySeenThisAtom (Atom *atom)
void addNewAND ()
void addNewOR (APSMatcher::APSType aps, int feature_number)

Protected Attributes

CESwildcards wildcards_
Protected Attributes inherited from BALL::GAFFCESParser::CESPredicate
std::map< String, CESwildcardsstringToWildcard_
GAFFCESParserparser_

Additional Inherited Members

Public Types inherited from BALL::GAFFCESParser::CESPredicate
enum  CESwildcards {
  XA , XB , XC , XD ,
  XX
}
Public Attributes inherited from BALL::GAFFCESParser::CESPredicate
APSMatcher aps_matcher
std::vector< CESPredicate * > children
CESPredicateparent
Atomatom_to_test

Detailed Description

Definition at line 233 of file GAFFCESParser.h.

Constructor & Destructor Documentation

◆ CESwildcardsPredicate()

BALL::GAFFCESParser::CESwildcardsPredicate::CESwildcardsPredicate ( GAFFCESParser * parser)
inline

Definition at line 236 of file GAFFCESParser.h.

◆ ~CESwildcardsPredicate()

BALL::GAFFCESParser::CESwildcardsPredicate::~CESwildcardsPredicate ( )

Member Function Documentation

◆ getWildcards()

CESwildcards BALL::GAFFCESParser::CESwildcardsPredicate::getWildcards ( )

◆ match()

bool BALL::GAFFCESParser::CESwildcardsPredicate::match ( Atom & atom)
virtual

Reimplemented from BALL::GAFFCESParser::CESPredicate.

◆ matchWildcards()

bool BALL::GAFFCESParser::CESwildcardsPredicate::matchWildcards ( Atom & atom)

◆ setWildcards()

void BALL::GAFFCESParser::CESwildcardsPredicate::setWildcards ( String new_wildcard)

Member Data Documentation

◆ wildcards_

CESwildcards BALL::GAFFCESParser::CESwildcardsPredicate::wildcards_
protected

Definition at line 249 of file GAFFCESParser.h.