Uses of Interface
org.episteme.core.mathematics.logic.propositional.TruthValue
Packages that use TruthValue
Package
Description
Contains fundamental propositional logic components including
-
Uses of TruthValue in org.episteme.core.mathematics.logic.propositional
Subinterfaces with type arguments of type TruthValue in org.episteme.core.mathematics.logic.propositionalModifier and TypeInterfaceDescriptioninterfaceTruthValue<T>Represents a truth value in a logical system.Methods in org.episteme.core.mathematics.logic.propositional that return TruthValueModifier and TypeMethodDescriptionTruthValue.and(TruthValue<T> other) Returns the conjunction of this truth value and another.Proposition.evaluate()Evaluates this proposition to determine its truth value.TruthValue.not()Returns the negation of this truth value.TruthValue.or(TruthValue<T> other) Returns the disjunction of this truth value and another.Methods in org.episteme.core.mathematics.logic.propositional with parameters of type TruthValueModifier and TypeMethodDescriptionTruthValue.and(TruthValue<T> other) Returns the conjunction of this truth value and another.TruthValue.or(TruthValue<T> other) Returns the disjunction of this truth value and another.