|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orbital.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.Comparable
public final boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public abstract Function not()
public abstract BinaryFunction and()
public abstract BinaryFunction or()
public abstract BinaryFunction impl()
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |