Fuzzy logic is an abstract concept, completely independent of programming lanuages. The basic idea is that instead of logical logic, where any operator is either “true” or “false”, you use a continuum where the operator can be anywhere between “100% true” and “0% true”. This allows you to simulate some real scenarios much better than logical logic, but, of course, requires different (more complex) rules for combining operators.
I did not use the API library that you contacted, but at first glance it looks pretty good (it is regularly updated, there is a recent version and even the eclipse plugin).
source
share