SOLA
|
Public Member Functions | |
bool | isFalse () const |
bool | isUndecided () const |
bool | isTrue () const |
FuzzyValue | operator! () const |
FuzzyValue | operator&& (FuzzyValue other) const |
FuzzyValue | operator|| (FuzzyValue other) const |
bool | operator== (FuzzyValue other) const |
bool | operator!= (FuzzyValue other) const |
Static Public Member Functions | |
static FuzzyValue | createFalse () |
static FuzzyValue | createUndecided () |
static FuzzyValue | createTrue () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FuzzyValue &fuzz) |