|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sazonov.fuzzy.engine.FuzzyRule
Container for a fuzzy rule. This class contains vectors of left-part and right-part expressions (before and after "then") for a fuzzy rule.
Constructor Summary | |
FuzzyRule(java.lang.String name)
Constructor. |
Method Summary | |
java.lang.String |
getDescription()
This method is a start (albeit trivial) to move towards JSR94 |
double |
getEvaluationResult()
Returns the result of the left part evaluation. |
java.lang.String |
getName()
This method is a start (albeit trivial) to move towards JSR94 |
boolean |
isRuleFired()
Returns true if the rule fired (during executeRule call). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FuzzyRule(java.lang.String name)
name
- This rule label.Method Detail |
public double getEvaluationResult()
public boolean isRuleFired()
public java.lang.String getName()
public java.lang.String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |