Package | Description |
---|---|
meka.gui.experimenter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSetupTab
Ancestor for tabs that setup experiments.
|
class |
BasicSetup
Tab for setting up a basic experiment.
|
class |
ExpertSetup
Tab for setting up a experiment in expert mode.
|
class |
LogTab
For logging output.
|
class |
Statistics
Tab for evaluating an experiment.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<AbstractExperimenterTab> |
Experimenter.m_Tabs
the tabs.
|
Modifier and Type | Method and Description |
---|---|
String |
Experimenter.handleException(AbstractExperimenterTab tab,
String msg,
Throwable t)
Logs the stacktrace along with the message on the log tab and returns a
combination of both of them as string.
|
protected void |
LogTab.log(AbstractExperimenterTab tab,
String msg)
For logging messages.
|
protected void |
Experimenter.log(AbstractExperimenterTab tab,
String msg)
For logging messages.
|
void |
Experimenter.notifyTabsExperimentChanged(AbstractExperimenterTab source,
Experiment exp)
Notifies all the tabs that the experiment has changed.
|
Copyright © 2017. All Rights Reserved.