Inherits NV::Rules::IBaseContext.
Public Member Functions | |
virtual void | require_metric (const char *metric)=0 |
virtual void | require_rule (const char *rule)=0 |
virtual void NV::Rules::IEvaluator::require_metric | ( | const char * | metric | ) | [pure virtual] |
Define that the specified metric
must have been collected in order for the calling rule to be applied.
virtual void NV::Rules::IEvaluator::require_rule | ( | const char * | rule | ) | [pure virtual] |
Define that the specified rule
must be available and ready to be applied in order for the calling rule to be applied itself.