A fuzzy logic C++ library
Classes | Namespaces | Typedefs
rule.hpp File Reference

declaration of class slifis::RULE More...

#include "root_rule.hpp"
#include <utility>
+ Include dependency graph for rule.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  slifis::RULE
 Rule defined as linguistic terms, see Handling rules for usage. More...

Namespaces

namespace  slifis
 

This namespace includes all root classes, functions, and datatypes of the library.


Typedefs

typedef std::pair< std::string,
std::string > 
RULE_TERM
 A term of a linguistic rule is stored as a pair of strings, say like: "temperature" (is) "high".

Detailed Description

declaration of class slifis::RULE


Typedef Documentation

typedef std::pair< std::string, std::string > RULE_TERM

A term of a linguistic rule is stored as a pair of strings, say like: "temperature" (is) "high".