Class NotGate
java.lang.Object
|
+----Gate
|
+----UnaryGate
|
+----NotGate
- public class NotGate
- extends UnaryGate
A class that output the not result of its input.
- See Also:
- UnaryGate
-
NotGate()
-
-
Output()
- This method return the not result of its input.
NotGate
public NotGate()
Output
public boolean Output()
- This method return the not result of its input.
- Overrides:
- Output in class UnaryGate
- See Also:
- Output