Class NandGate

java.lang.Object
org.episteme.natural.computing.logic.LogicGate
org.episteme.natural.computing.logic.NandGate

public class NandGate extends LogicGate
NAND Logic Gate.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • NandGate

      public NandGate()
  • Method Details

    • evaluate

      public LogicState evaluate(LogicState... inputs)
      Description copied from class: LogicGate
      Evaluates the gate output based on inputs.
      Specified by:
      evaluate in class LogicGate
      Parameters:
      inputs - the input states
      Returns:
      the output state