Class Deactivation
Defined in File Module.h
Inheritance Relationships
Base Type
public AbstractCondition(Class AbstractCondition)
Class Documentation
-
class Deactivation : public AbstractCondition
Direct deactivation of the candidate. Can be used for debuging.
Public Functions
-
void setMakeRejectedInactive(bool makeInactive)
-
void setMakeAcceptedInactive(bool makeInactive)
-
void setRejectFlag(std::string key, std::string value)
-
void setAcceptFlag(std::string key, std::string value)
-
std::string getRejectFlag()
-
std::string getAcceptFlag()
-
virtual std::string getDescription() const
-
void setDescription(const std::string &description)
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
Protected Functions
-
void setMakeRejectedInactive(bool makeInactive)