Uses of Interface
api.IStatefulComponent
-
Packages that use IStatefulComponent Package Description api hw4 -
-
Uses of IStatefulComponent in api
Classes in api that implement IStatefulComponent Modifier and Type Class Description class
ExternalValue
An ExternalValue is a component representing a value that might be set by setting switches or reading external data. -
Uses of IStatefulComponent in hw4
Classes in hw4 that implement IStatefulComponent Modifier and Type Class Description class
AbstractStatefulComponent
Abstract supertype for stateful components.class
Counter
Implementation of a binary counter with a fixed number of bits.class
Register
Implementation of a register with an internal "state" consisting of a fixed number of bits.
-