public class Engine
extends java.lang.Object
Constructor and Description |
---|
Engine() |
Modifier and Type | Method and Description |
---|---|
void |
refresh()
Method to reload the circuit data.
|
void |
removeAllStimuli()
Method to remove all stimuli from the simulation.
|
void |
removeSelectedStimuli()
Method to remove the selected stimuli.
|
void |
removeStimuliFromSignal()
Method to remove all stimuli from the currently-selected signal.
|
void |
restoreStimuli()
Method to restore the current stimuli information from disk.
|
void |
saveStimuli()
Method to save the current stimuli information to disk.
|
void |
setClock(double period)
Method to set the currently-selected signal to have a clock with a given period.
|
void |
setSignalHigh()
Method to set the currently-selected signal high at the current time.
|
void |
setSignalLow()
Method to set the currently-selected signal low at the current time.
|
void |
setSignalX()
Method to set the currently-selected signal undefined at the current time.
|
void |
showSignalInfo()
Method to show information about the currently-selected signal.
|
void |
update()
Method to update the simulation (because some stimuli have changed).
|
public void refresh()
public void update()
public void setSignalHigh()
public void setSignalLow()
public void setSignalX()
public void setClock(double period)
public void showSignalInfo()
public void removeStimuliFromSignal()
public void removeSelectedStimuli()
public void removeAllStimuli()
public void saveStimuli()
public void restoreStimuli()