BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
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

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

Definition at line 236 of file GAFFCESParser.h.

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

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

Definition at line 249 of file GAFFCESParser.h.