Uses of Enum Class
org.episteme.core.mathematics.logic.multivalued.ThreeValuedLogic.Value
Packages that use ThreeValuedLogic.Value
-
Uses of ThreeValuedLogic.Value in org.episteme.core.mathematics.logic.multivalued
Subclasses with type arguments of type ThreeValuedLogic.Value in org.episteme.core.mathematics.logic.multivaluedClasses in org.episteme.core.mathematics.logic.multivalued that implement interfaces with type arguments of type ThreeValuedLogic.ValueModifier and TypeClassDescriptionclassThree-valued logic system (True, False, Unknown).Methods in org.episteme.core.mathematics.logic.multivalued that return ThreeValuedLogic.ValueModifier and TypeMethodDescriptionThreeValuedLogic.and(ThreeValuedLogic.Value a, ThreeValuedLogic.Value b) ThreeValuedLogic.falseValue()ThreeValuedLogic.not(ThreeValuedLogic.Value a) ThreeValuedLogic.or(ThreeValuedLogic.Value a, ThreeValuedLogic.Value b) ThreeValuedLogic.trueValue()static ThreeValuedLogic.ValueReturns the enum constant of this class with the specified name.static ThreeValuedLogic.Value[]ThreeValuedLogic.Value.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.mathematics.logic.multivalued with parameters of type ThreeValuedLogic.ValueModifier and TypeMethodDescriptionThreeValuedLogic.and(ThreeValuedLogic.Value a, ThreeValuedLogic.Value b) ThreeValuedLogic.not(ThreeValuedLogic.Value a) ThreeValuedLogic.or(ThreeValuedLogic.Value a, ThreeValuedLogic.Value b)