#include <BALL/MOLMEC/COMMON/ruleProcessor.h>
List of all members.
Detailed Description
Rule Processor class.
Constructor & Destructor Documentation
BALL::RuleProcessor::RuleProcessor |
( |
|
) |
|
Constructors and Destructors Default constructor
BALL::RuleProcessor::RuleProcessor |
( |
INIFile & |
file, |
|
|
const String & |
prefix | |
|
) |
| | |
BALL::RuleProcessor::RuleProcessor |
( |
const RuleProcessor & |
rule_processor |
) |
|
BALL::RuleProcessor::~RuleProcessor |
( |
|
) |
|
Member Function Documentation
void BALL::RuleProcessor::clear |
( |
|
) |
|
void BALL::RuleProcessor::destroy |
( |
|
) |
|
void BALL::RuleProcessor::dump |
( |
std::ostream & |
s = std::cout |
) |
const |
String BALL::RuleProcessor::evaluate |
( |
const Atom & |
atom |
) |
|
virtual bool BALL::RuleProcessor::finish |
( |
|
) |
[virtual] |
bool BALL::RuleProcessor::isValid |
( |
|
) |
const |
void BALL::RuleProcessor::set |
( |
const RuleProcessor & |
rule_processor |
) |
|
virtual bool BALL::RuleProcessor::start |
( |
|
) |
[virtual] |
Member Data Documentation