|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueProvider | |
byucc.jhdl.apps.Stimulator | |
byucc.jhdl.apps.Stimulator.functions |
Uses of ValueProvider in byucc.jhdl.apps.Stimulator |
Subinterfaces of ValueProvider in byucc.jhdl.apps.Stimulator | |
interface |
BooleanValueProvider
Interface that marks a class as able to provide a boolean value for putting to a wire using the interactive stimulator. |
interface |
BVValueProvider
Interface that marks a class as able to provide a BV value for putting to a wire using the interactive stimulator. |
interface |
IntegerValueProvider
Interface that marks a class as able to provide an int value for putting to a wire using the interactive stimulator. |
interface |
LongValueProvider
Interface that marks a class as able to provide a long value for putting to a wire using the interactive stimulator. |
Uses of ValueProvider in byucc.jhdl.apps.Stimulator.functions |
Classes in byucc.jhdl.apps.Stimulator.functions that implement ValueProvider | |
class |
Pulse
This class implements the ValueProvider interface to provide a pulse function for wire stimulus. |
class |
Random
This class implements the ValueProvider interface to provide a random value for wire stimulus. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |