net.sourceforge.jFuzzyLogic.ruleImplication
Class RuleImplicationMethodProduct

java.lang.Object
  extended by net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod
      extended by net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethodProduct

public class RuleImplicationMethodProduct
extends RuleImplicationMethod

Rule inference method: Product Base abstract class

Author:
pcingola@users.sourceforge.net

Field Summary
 
Fields inherited from class net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod
name
 
Constructor Summary
RuleImplicationMethodProduct()
           
 
Method Summary
 double imply(double degreeOfSupport, double membership)
          Implication sub method used for inference (see imply method)
 java.lang.String toStringFCL()
          Printable FCL version
 
Methods inherited from class net.sourceforge.jFuzzyLogic.ruleImplication.RuleImplicationMethod
getName, imply, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleImplicationMethodProduct

public RuleImplicationMethodProduct()
Method Detail

imply

public double imply(double degreeOfSupport,
                    double membership)
Description copied from class: RuleImplicationMethod
Implication sub method used for inference (see imply method)

Specified by:
imply in class RuleImplicationMethod
Parameters:
degreeOfSupport - : degree of support for this point
membership - : membership for this point
Returns:
implication

toStringFCL

public java.lang.String toStringFCL()
Printable FCL version

Specified by:
toStringFCL in class RuleImplicationMethod