16 #ifndef __IPSDKBASEPROCESSING_BASETNODECOLLSIZERULE_H__ 17 #define __IPSDKBASEPROCESSING_BASETNODECOLLSIZERULE_H__ 19 #include <IPSDKBaseProcessing/Rule/Attribute/DataItem/NodeColl/Size/BaseNodeCollSizeRule.h> 27 template <eValueComparisonRuleType::domain ValueComparisonRuleType>
33 static const eValueComparisonRuleType::domain g_valueComparisonRuleType = ValueComparisonRuleType;
60 virtual std::string getAttributeName()
const = 0;
63 virtual ipUInt32 getCollSize()
const = 0;
67 bool testRule()
const;
70 std::string createRuleFormalString()
const;
73 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
84 template <eValueComparisonRuleType::domain ValueComparisonRuleType>
88 return g_valueComparisonRuleType;
97 #endif // __IPSDKBASEPROCESSING_BASETNODECOLLSIZERULE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKBASEPROCESSING_API
Import/Export macro for library IPSDKBaseProcessing.
Definition: IPSDKBaseProcessingExports.h:27
eValueComparisonRuleType getValueComparisonRuleType() const
retrieve value comparison rule operation type
Definition: BaseTNodeCollSizeRule.h:86
eValueComparisonRuleType
enumerate describing value comparison rule operation type
Definition: RuleTypes.h:56
Base class for rules on size of node collections of data item attributes.
Definition: BaseNodeCollSizeRule.h:27
Base template class for rules on size of node collections of data item attributes.
Definition: BaseTNodeCollSizeRule.h:28
boost::weak_ptr< const BaseAttribute > AttributeConstWeakPtr
weak pointer to const attribute object
Definition: AttributeTypes.h:61
ipUInt32 _value
value associated to rule
Definition: BaseTNodeCollSizeRule.h:78
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53