Class BooleanLogic
java.lang.Object
org.episteme.core.mathematics.logic.propositional.BooleanLogic
-
Method Summary
Modifier and TypeMethodDescriptionLogical AND (Conjunction).Returns the truth value representing "False" (contradiction).static BooleanLogicLogical NOT (Negation).Logical OR (Disjunction).Returns the truth value representing "True" (tautology).Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Logic
equivalent, implies
-
Method Details
-
getInstance
-
trueValue
-
falseValue
Description copied from interface:LogicReturns the truth value representing "False" (contradiction).- Specified by:
falseValuein interfaceLogic<Boolean>- Returns:
- the false value
-
and
-
or
-
not
-