Class OrGate
java.lang.Object
|
+----Gate
|
+----BinaryGate
|
+----OrGate
- public class OrGate
- extends BinaryGate
A class that output the or result of its two inputs.
- See Also:
- BinaryGate
-
OrGate()
-
-
Output()
- This method return the or result of its two inputs.
OrGate
public OrGate()
Output
public boolean Output()
- This method return the or result of its two inputs.
- Overrides:
- Output in class BinaryGate
- See Also:
- Output