16 #ifndef QC_MODULE_COMMON_NONEMPTY_H 17 #define QC_MODULE_COMMON_NONEMPTY_H 35 void configure(std::string name)
override;
36 Quality check(std::map<std::string, std::shared_ptr<MonitorObject>>* moMap)
override;
37 void beautify(std::shared_ptr<MonitorObject> mo,
Quality checkResult)
override;
45 #endif // QC_MODULE_COMMON_NONEMPTY_H Class representing the quality of a MonitorObject.
Definition: Quality.h:29
Definition: EverIncreasingGraph.h:21
void beautify(std::shared_ptr< MonitorObject > mo, Quality checkResult) override
Modify the aspect of the plot.
std::string getAcceptedType() override
Returns the name of the class that can be treated by this check.
Quality check(std::map< std::string, std::shared_ptr< MonitorObject >> *moMap) override
Returns the quality associated with these objects.
Skeleton of a check.
Definition: CheckInterface.h:32
void configure(std::string name) override
Configure the check based on its name.
Check whether a plot is empty or not.
Definition: NonEmpty.h:27
~NonEmpty() override=default
Destructor.
NonEmpty()=default
Default constructor.