Uses of Class
edu.uky.ai.logic.BooleanProposition
Packages that use BooleanProposition
-
Uses of BooleanProposition in edu.uky.ai.logic
Subclasses of BooleanProposition in edu.uky.ai.logicModifier and TypeClassDescriptionclassA conjunction, or logical AND statement, is true just when all of its arguments are true.classA disjunction, or logical OR statement, is true just when one or more of its arguments are true.classAn implication, or logical IF statement, is defined by the truth value of its two parts, the antecedent and the consequent.classclassRepresents the negation (or opposite) of a proposition.