Class Summary |
FuzzyConsole |
FuzzyConsole.java
Equivalent to the Jess Console class when the NRC Fuzzy extensions
are being used. |
FuzzyFactoryImpl |
FuzzyFactory implementation (perhaps should be called TokenFactory
instead of Factory) that provides newToken methods that return FuzzyToken
objects instead of standard Jess Token objects when using the FuzzyJ
extensions. |
FuzzyFunctions |
User-defined functions for fuzzy reasoning with Jess. |
FuzzyMain |
FuzzyMain.java
Equivalent to the Jess Main class when the NRC Fuzzy extensions
are being used. |
FuzzyRete |
The reasoning engine, extended to support fuzzy reasoning. |
FuzzyToken |
Extends the Jess Token Class to allow the NRC FuzzyJ
extensions to be used. |
GlobalContributionOperator |
An abstract class that can be sub-classed to provide
an execute method that performs a desired operation on fuzzy
values when doing global contribution. |
SumGlobalContributionOperator |
A class that provides a 'sum' operator to combine fuzzy
values when doing global contribution. |
UnionGlobalContributionOperator |
A class that provides a 'union' operator to combine fuzzy
values when doing global contribution. |