net.sourceforge.jFuzzyLogic.ruleConnection
Class RuleConnectionMethodAndBoundedDif

java.lang.Object
  extended by net.sourceforge.jFuzzyLogic.ruleConnection.RuleConnectionMethod
      extended by net.sourceforge.jFuzzyLogic.ruleConnection.RuleConnectionMethodAndBoundedDif

public class RuleConnectionMethodAndBoundedDif
extends RuleConnectionMethod

Methods used to connect rule's antecedents Connection type: AND Connection Method: Bounded difference

Author:
pcingola@users.sourceforge.net

Field Summary
 
Fields inherited from class net.sourceforge.jFuzzyLogic.ruleConnection.RuleConnectionMethod
name
 
Constructor Summary
RuleConnectionMethodAndBoundedDif()
           
 
Method Summary
 double connect(double antecedent1, double antecedent2)
           
 java.lang.String toStringFCL()
           
 
Methods inherited from class net.sourceforge.jFuzzyLogic.ruleConnection.RuleConnectionMethod
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleConnectionMethodAndBoundedDif

public RuleConnectionMethodAndBoundedDif()
Method Detail

connect

public double connect(double antecedent1,
                      double antecedent2)
Specified by:
connect in class RuleConnectionMethod

toStringFCL

public java.lang.String toStringFCL()
Specified by:
toStringFCL in class RuleConnectionMethod