|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StimulatorException | |
byucc.jhdl.apps.Stimulator |
Uses of StimulatorException in byucc.jhdl.apps.Stimulator |
Methods in byucc.jhdl.apps.Stimulator that throw StimulatorException | |
static java.lang.String |
Stimulator.get(java.lang.String wireName)
Used to get the current value of a wire registered with a Stimulator. |
static java.lang.String |
Stimulator.get(java.lang.String wireName,
java.lang.String format)
Used to get the current value of a wire registered with a Stimulator. |
static void |
Stimulator.put(java.lang.String wireName,
java.lang.String schedule)
Puts the new value or schedule on the wire of the given name |
static void |
Stimulator.put(java.lang.String wireName,
java.lang.String[] schedule)
Puts the new value or schedule on the wire of the given name |
static void |
Stimulator.put(Wire wire,
java.lang.String schedule)
Puts the new value or schedule on the given wire |
static void |
Stimulator.put(Wire wire,
java.lang.String[] schedule)
Puts the new value or schedule on the given wire |
static void |
Stimulator.put(java.lang.String scheduleFileName)
Opens the given Properties file and attempts to call put on each of the properties. |
static void |
Stimulator.put(java.io.File scheduleFile)
Opens the given Properties file and attempts to call put on each of the properties. |
static void |
Stimulator.put(java.io.InputStream schedulesStream)
Opens the given Properties input stream and attempts to call put on each of the properties. |
static void |
Stimulator.put(java.util.Properties scheduleProperties)
Opens the given Properties and attempts to call put on each of the properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |