Package hw4
Class HalfAdder
- java.lang.Object
-
- hw4.AbstractComponent
-
- hw4.CompoundComponent
-
- hw4.HalfAdder
-
- All Implemented Interfaces:
IComponent
public class HalfAdder extends CompoundComponent
Implementation of a standard half adder circuit. This version extends CompoundComponent.- Author:
- smkautz
-
-
Constructor Summary
Constructors Constructor Description HalfAdder()
Constructs a HalfAdder.
-
Method Summary
-
Methods inherited from class hw4.CompoundComponent
addComponent, getComponents, propagate
-
Methods inherited from class hw4.AbstractComponent
inputs, inputsValid, invalidateInputs, invalidateOutputs, outputs, outputsValid
-
-