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

Constructor Index

 o OrGate()

Method Index

 o Output()
This method return the or result of its two inputs.

Constructors

 o OrGate
 public OrGate()

Methods

 o Output
 public boolean Output()
This method return the or result of its two inputs.

Overrides:
Output in class BinaryGate
See Also:
Output