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

Constructor Index

 o NotGate()

Method Index

 o Output()
This method return the not result of its input.

Constructors

 o NotGate
 public NotGate()

Methods

 o Output
 public boolean Output()
This method return the not result of its input.

Overrides:
Output in class UnaryGate
See Also:
Output