A C E F G H I M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clear() - Method in class api.ExternalValue
- clear() - Method in interface api.IStatefulComponent
-
Clears the internal state, if any (sets to all zeros).
- clear() - Method in class hw4.AbstractStatefulComponent
- clear() - Method in class hw4.Counter
- CompoundComponent - Class in hw4
-
Implementation of IComponent that contains other components.
- CompoundComponent(int, int) - Constructor for class hw4.CompoundComponent
-
Constructs a CompoundComponent with the given number of inputs and number of outputs.
- connect(IComponent, int, IComponent, int, int) - Static method in class api.Util
-
Connects outputs of the source component, starting with the given index 'startSrc', to inputs of the destination component starting with the given index 'startDst'.
- connect(IComponent, IComponent) - Static method in class api.Util
-
Connects all outputs of the source component to all inputs of the destination component (or as many as possible without going out of bounds).
- connectTo(Pin) - Method in class api.Pin
-
Add a connection from this Pin to the given destination.
- Counter - Class in hw4
-
Implementation of a binary counter with a fixed number of bits.
- Counter(int) - Constructor for class hw4.Counter
-
Constructs a counter with the given number of bits.
All Classes All Packages