Package com.epochx.representation.bool

Class Summary
AndFunction A FunctionNode which performs logical conjunction or the boolean function of AND.
IfAndOnlyIfFunction A FunctionNode which performs the biconditional logical connective of IFF (if and only if).
IfFunction A FunctionNode which represents the conditional if-then-else statement.
ImpliesFunction A FunctionNode which performs logical implication.
NandFunction A FunctionNode which performs the logical operation of NAND that is equivalent to the negation of the conjunction or NOT AND.
NorFunction A FunctionNode which performs the logical operation of NOR that is equivalent to the negation of logical OR or NOT OR.
NotFunction A FunctionNode which performs logical negation.
OrFunction A FunctionNode which performs logical disjunction.
XorFunction A FunctionNode which performs exclusive disjunction, also known as exclusive OR.