Uses of Enum Class
org.episteme.core.mathematics.logic.multivalued.ParaconsistentLogic.TruthValue
Packages that use ParaconsistentLogic.TruthValue
-
Uses of ParaconsistentLogic.TruthValue in org.episteme.core.mathematics.logic.multivalued
Subclasses with type arguments of type ParaconsistentLogic.TruthValue in org.episteme.core.mathematics.logic.multivaluedClasses in org.episteme.core.mathematics.logic.multivalued that implement interfaces with type arguments of type ParaconsistentLogic.TruthValueMethods in org.episteme.core.mathematics.logic.multivalued that return ParaconsistentLogic.TruthValueModifier and TypeMethodDescriptionParaconsistentLogic.and(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b) ParaconsistentLogic.falseValue()ParaconsistentLogic.implies(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b) ParaconsistentLogic.not(ParaconsistentLogic.TruthValue a) ParaconsistentLogic.or(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b) ParaconsistentLogic.trueValue()Returns the enum constant of this class with the specified name.static ParaconsistentLogic.TruthValue[]ParaconsistentLogic.TruthValue.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 ParaconsistentLogic.TruthValueModifier and TypeMethodDescriptionParaconsistentLogic.and(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b) ParaconsistentLogic.implies(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b) booleanParaconsistentLogic.isContradiction(ParaconsistentLogic.TruthValue value) Checks if a value represents a contradiction.booleanParaconsistentLogic.isUndetermined(ParaconsistentLogic.TruthValue value) Checks if a value is undetermined.ParaconsistentLogic.not(ParaconsistentLogic.TruthValue a) ParaconsistentLogic.or(ParaconsistentLogic.TruthValue a, ParaconsistentLogic.TruthValue b)