|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExperiment
Method Summary | |
---|---|
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 |
pasteData(java.awt.datatransfer.Clipboard c)
|
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. |
Methods inherited from interface edu.ucla.stat.SOCR.core.Pluginable |
---|
getDisplayPane, getName, setApplet |
Method Detail |
---|
javax.swing.JTable getResultTable()
int getTime()
void stop()
void doExperiment()
void step()
void reset()
void update()
void graphUpdate()
void pasteData(java.awt.datatransfer.Clipboard c)
void setStopNow(boolean b)
int getStopFreq()
void setStopFreq(int i)
java.lang.String getOnlineDescription()
void initialize()
java.lang.String getAppletInfo()
void setShowModelDistribution(boolean flag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |