Class Description

Define the different logical operations.

Attributes

Name Type Description
and A logical AND operation. True when all input are true.
or A logical OR operation. True when one or more input are true.
nor A logical NOR operation. False when one or more input are true.
nand A logical NAND operation. False when all input are true.
not A logical NOT operation. Only one input and true input will give false out and false in will give true out. An inverter.
xnor A logical XNOR operation. The function is the inverse of the exclusive OR (XOR) gate. All input false or true will give true. Otherwise false.
xor A logical XOR operation. All input false or true will give false. Otherwise true.

Relationships

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

None