|
Orbital library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorbital.moon.logic.FuzzyLogic.OperatorSet
public abstract static class FuzzyLogic.OperatorSet
Specifies the type of fuzzy logic to use. Instances will define the set of fuzzy logic operators applied.
| Constructor Summary | |
|---|---|
protected |
FuzzyLogic.OperatorSet(java.lang.String name)
|
| Method Summary | |
|---|---|
abstract BinaryFunction |
and()
Defines the fuzzy AND operator to use in the fuzzy logic. |
int |
compareTo(java.lang.Object o)
Order imposed by ordinals according to the order of creation. |
boolean |
equals(java.lang.Object that)
Maintains the guarantee that all equal objects of the enumerated type are also identical. |
int |
hashCode()
|
abstract BinaryFunction |
impl()
Defines the implication operator to use in the fuzzy logic. |
abstract Function |
not()
Defines the NOT operator to use in the fuzzy logic. |
abstract BinaryFunction |
or()
Defines the fuzzy OR operator to use in the fuzzy logic. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected FuzzyLogic.OperatorSet(java.lang.String name)
| Method Detail |
|---|
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic final boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic abstract Function not()
public abstract BinaryFunction and()
public abstract BinaryFunction or()
public abstract BinaryFunction impl()
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||