byucc.jhdl.apps.Stimulator
Interface IntegerValueProvider

All Superinterfaces:
ValueProvider
All Known Implementing Classes:
Random

public interface IntegerValueProvider
extends ValueProvider

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

Author:
Anthony L. Slade

Method Summary
 int getNextIntegerValue()
           
 int getResetIntegerValue()
           
 
Methods inherited from interface byucc.jhdl.apps.Stimulator.ValueProvider
getForceSchedule, getForceSchedule, isDrivingOutput
 

Method Detail

getNextIntegerValue

public int getNextIntegerValue()
Returns:
the next custom value to put on a wire

getResetIntegerValue

public int getResetIntegerValue()
Returns:
the next custom reset value to put on a wire


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