|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||