Package | Description |
---|---|
desmoj.extensions.experimentation.ui |
Parameterizable GUI for experiment conduction.
|
Modifier and Type | Class and Description |
---|---|
class |
ExperimentStarterApplet
Title: ExperimentStarterApplicationGUI
Description: GUI for the Experiment Starter when used as applet
based on the ExperimentStarterApplication by Nicolas Knaack.
|
class |
ExperimentStarterApplication
GUI for the Experiment Starter when used as application.
|
Constructor and Description |
---|
ExperimentStarter(ExperimentStarterGUI gui)
Creates a new Launcher with the default title
|
ExperimentStarter(ExperimentStarterGUI gui,
java.lang.Class modelClass,
java.lang.Class expRunnerClass)
Creates a new Launcher and sets the current ModelFactory
|
ExperimentStarter(ExperimentStarterGUI gui,
java.lang.Class modelClass,
java.lang.Class expRunnerClass,
java.lang.String[] args)
Creates a new Launcher and sets the current ModelFactory
such a command line parameters are passed to the model.
|
ExperimentStarter(ExperimentStarterGUI gui,
java.lang.String confFileName)
Creates Launcher with an experiment- or batchfile
|