15 #ifndef __IPSDKBASEPROCESSING_BASEVALUERULE_H__ 16 #define __IPSDKBASEPROCESSING_BASEVALUERULE_H__ 18 #include <IPSDKBaseProcessing/Rule/Attribute/BaseAttributeRule.h> 69 #endif // __IPSDKBASEPROCESSING_BASEVALUERULE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
eAttributeRuleType
enumerate describing rule on attributes operation type
Definition: AttributeRuleTypes.h:32
static const eAttributeRuleType::domain g_attributeRuleType
attribute rule type associated to rule
Definition: BaseValueRule.h:32
Base class for rules applied on attributes.
Definition: BaseAttributeRule.h:32
Predefined types for rules on value attributes management.
eValueRuleType
enumerate describing rule on value attribute operation type
Definition: ValueRuleTypes.h:33
Base class for rules on value attributes.
Definition: BaseValueRule.h:27
eAttributeRuleType getAttributeRuleType() const
retrieve attribute rule operation type
Definition: BaseValueRule.h:58
Rule applied on a value.
Definition: AttributeRuleTypes.h:34