Class LogicGate
java.lang.Object
org.episteme.natural.computing.logic.LogicGate
Abstract base class for logic gates.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LogicStateevaluate(LogicState... inputs) Evaluates the gate output based on inputs.
-
Constructor Details
-
LogicGate
public LogicGate()
-
-
Method Details
-
evaluate
Evaluates the gate output based on inputs.- Parameters:
inputs- the input states- Returns:
- the output state
-