Searched refs:FuzzyRule (Results 1 – 3 of 3) sorted by relevance
49 rule = new FuzzyRule(); in FuzzyRuleFactory()56 FuzzyRule * FuzzyRuleFactory::createRule() in createRule()58 FuzzyRule *result = rule; in createRule()59 rule = new FuzzyRule(); in createRule()139 FuzzyRule::FuzzyRule() in FuzzyRule() function in simlib3::FuzzyRule153 FuzzyRule::~FuzzyRule() in ~FuzzyRule()164 void FuzzyRule::addLeft(FOperation *left) in addLeft()172 void FuzzyRule::addRight(FPair *right) in addRight()232 void FuzzyRule::evaluate() in evaluate()
910 class FuzzyRule; variable998 virtual void add(FuzzyRule *rule, bool release=true) = 0;1094 virtual void add(FuzzyRule *rule, bool release=true);1209 virtual void add(FuzzyRule *rule, bool release=true);1221 std::vector<FuzzyRule *> rules;1408 class FuzzyRule1413 FuzzyRule();1419 virtual ~FuzzyRule();1458 FuzzyRule * createRule();1513 FuzzyRule * rule; /**< Pr�v� vytv��en� pravidlo */
79 void FuzzyIIORules::add(FuzzyRule *rule, bool release/*=true*/) in add()292 void FuzzyGeneralRules::add(FuzzyRule *rule, bool release/*=true*/) in add()