![]() |
A fuzzy logic C++ library
|
declaration of class slifis::RULE More...
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". | |
declaration of class slifis::RULE
| 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".
1.7.6.1