public interface IExperiment extends Pluginable
Modifier and Type | Method and Description |
---|---|
void |
doExperiment()
This method defines what the experiment actually does, and should be
overridden
|
java.lang.String |
getAppletInfo() |
java.lang.String |
getOnlineDescription() |
javax.swing.JTable |
getResultTable() |
int |
getStopFreq()
This method returns the stop frequency
|
int |
getTime()
This method gets the time parameter of the stochastic process.
|
void |
graphUpdate() |
void |
initialize() |
void |
reset()
This method is the default reset method, that resets the process to its
initial state.
|
void |
setShowModelDistribution(boolean flag) |
void |
setStopFreq(int i)
This method sets the stop frequency
|
void |
setStopNow(boolean b)
This method defines the boolean variable that stops the process, when the
simulation is in run mode
|
void |
step()
This method is the default step method, that runs the process one time
unit.
|
void |
stop()
This method stops the simulation thread
|
void |
update()
This method is the default update method and defines how the display is
updated.
|
getDisplayPane, getName, setApplet
javax.swing.JTable getResultTable()
int getTime()
void stop()
void doExperiment()
void step()
void reset()
void update()
void graphUpdate()
void setStopNow(boolean b)
int getStopFreq()
void setStopFreq(int i)
java.lang.String getOnlineDescription()
void initialize()
java.lang.String getAppletInfo()
void setShowModelDistribution(boolean flag)