Uses of Class
net.sourceforge.jFuzzyLogic.ruleConnection.RuleConnectionMethod

Packages that use RuleConnectionMethod
net.sourceforge.jFuzzyLogic.rule   
net.sourceforge.jFuzzyLogic.ruleConnection   
 

Uses of RuleConnectionMethod in net.sourceforge.jFuzzyLogic.rule
 

Fields in net.sourceforge.jFuzzyLogic.rule declared as RuleConnectionMethod
(package private)  RuleConnectionMethod FuzzyRuleExpression.ruleConnectionMethod
          How are term1 and term2 connected?
 

Methods in net.sourceforge.jFuzzyLogic.rule that return RuleConnectionMethod
 RuleConnectionMethod FuzzyRuleExpression.getRuleConnectionMethod()
           
 

Methods in net.sourceforge.jFuzzyLogic.rule with parameters of type RuleConnectionMethod
private  void FuzzyRuleSet.fclTreeRuleBlockRule(antlr.collections.AST tree, RuleConnectionMethod and, RuleConnectionMethod or)
          Parse rule Implication Method (or rule activation method)
private  FuzzyRuleExpression FuzzyRuleSet.fclTreeRuleBlockRuleIf(antlr.collections.AST tree, RuleConnectionMethod and, RuleConnectionMethod or)
          Parse rule 'IF' (or rule's weight)
 void FuzzyRuleExpression.setRuleConnectionMethod(RuleConnectionMethod ruleConnectionMethod)
           
 

Constructors in net.sourceforge.jFuzzyLogic.rule with parameters of type RuleConnectionMethod
FuzzyRuleExpression(java.lang.Object term1, java.lang.Object term2, RuleConnectionMethod ruleConnectionMethod)
          Constructor
 

Uses of RuleConnectionMethod in net.sourceforge.jFuzzyLogic.ruleConnection
 

Subclasses of RuleConnectionMethod in net.sourceforge.jFuzzyLogic.ruleConnection
 class RuleConnectionMethodAndBoundedDif
          Methods used to connect rule's antecedents Connection type: AND Connection Method: Bounded difference
 class RuleConnectionMethodAndMin
          Methods used to connect rule's antecedents Connection type: AND Connection Method: Minimum
 class RuleConnectionMethodAndProduct
          Methods used to connect rule's antecedents Connection type: AND Connection Method: Product
 class RuleConnectionMethodOrBoundedSum
          Methods used to connect rule's antecedents Connection type: OR Connection Method: Bounded sum
 class RuleConnectionMethodOrMax
          Methods used to connect rule's antecedents Connection type: OR Connection Method: Maximum
 class RuleConnectionMethodOrProbOr
          Methods used to connect rule's antecedents Connection type: OR Connection Method: Probabilistic OR