#include <Evaluator.hpp>

Public Member Functions | |
| virtual EvaluationResult | evaluate (std::string patternName, const IsmPtr &ism)=0 |
| virtual std::string | getDescription ()=0 |
Protected Attributes | |
| const char * | LOG_COLOR_EVALUATOR = LogHelper::LOG_COLOR_BLUE |
Definition at line 26 of file Evaluator.hpp.
|
pure virtual |
Implemented in ISM::Tester.
|
pure virtual |
Implemented in ISM::Tester.
|
protected |
Definition at line 33 of file Evaluator.hpp.