byucc.jhdl.apps.Stimulator
Interface BooleanValueProvider

All Superinterfaces:
ValueProvider
All Known Implementing Classes:
Pulse, Random

public interface BooleanValueProvider
extends ValueProvider

Interface that marks a class as able to provide a boolean value for putting to a wire using the interactive stimulator.

Author:
Anthony L. Slade

Method Summary
 boolean getNextBooleanValue()
           
 boolean getResetBooleanValue()
           
 
Methods inherited from interface byucc.jhdl.apps.Stimulator.ValueProvider
getForceSchedule, getForceSchedule, isDrivingOutput
 

Method Detail

getNextBooleanValue

public boolean getNextBooleanValue()
Returns:
the next custom value to put on a wire

getResetBooleanValue

public boolean getResetBooleanValue()
Returns:
the custom reset value to put on a wire


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.