Uses of Class
net.sourceforge.fuzzyservices.beans.Consequent

Packages that use Consequent
net.sourceforge.fuzzyservices.beans   
 

Uses of Consequent in net.sourceforge.fuzzyservices.beans
 

Methods in net.sourceforge.fuzzyservices.beans that return Consequent
 Consequent[] Rule.getConsequents()
          Returns all consequents of this rule.
 Consequent Rule.getConsequents(int index)
          Gets the consequent located at the specified index of this rule.
 

Methods in net.sourceforge.fuzzyservices.beans with parameters of type Consequent
 void Rule.setConsequents(Consequent[] newConsequents)
          Defines new consequents for this rule.
 void Rule.setConsequents(int index, Consequent newConsequents)
          Replaces a consequent of this rule.
 

Constructors in net.sourceforge.fuzzyservices.beans with parameters of type Consequent
Rule(Antecedent[] newAntecedents, Consequent[] newConsequents, Operator newAggregationOperator, Operator newInferenceOperator, Operator newCertaintyOperator, float newCertainty)
          Constructs a new rule with specified property values.
 



Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.