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 classExternalValueAn 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 classAbstractStatefulComponentAbstract supertype for stateful components.classCounterImplementation of a binary counter with a fixed number of bits.classRegisterImplementation of a register with an internal "state" consisting of a fixed number of bits.
-