Uses of Class
net.sourceforge.jFuzzyLogic.rule.FuzzyRuleExpression

Packages that use FuzzyRuleExpression
net.sourceforge.jFuzzyLogic.rule   
 

Uses of FuzzyRuleExpression in net.sourceforge.jFuzzyLogic.rule
 

Fields in net.sourceforge.jFuzzyLogic.rule declared as FuzzyRuleExpression
(package private)  FuzzyRuleExpression FuzzyRule.antecedents
          Rule antecedent ('if' part)
 

Methods in net.sourceforge.jFuzzyLogic.rule that return FuzzyRuleExpression
private  FuzzyRuleExpression FuzzyRuleSet.fclTreeRuleBlockRuleIf(antlr.collections.AST tree, RuleConnectionMethod and, RuleConnectionMethod or)
          Parse rule 'IF' (or rule's weight)
 FuzzyRuleExpression FuzzyRule.getAntecedents()
           
 

Methods in net.sourceforge.jFuzzyLogic.rule with parameters of type FuzzyRuleExpression
 void FuzzyRule.setAntecedents(FuzzyRuleExpression antecedents)