| Package | Description |
|---|---|
| org.hobbit.controller | |
| org.hobbit.controller.data | |
| org.hobbit.controller.execute |
| Modifier and Type | Field and Description |
|---|---|
protected ExperimentManager |
PlatformController.expManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentStatus.startAbortionTimer(ExperimentManager manager,
long timeUntilAborting)
Starts the abortion timer using the given maximum runtime of the experiment
and the experiment manager which will be used to abort the experiment if the
time is exceeded.
|
| Constructor and Description |
|---|
ExperimentStatus(ExperimentConfiguration config,
String experimentUri,
ExperimentManager manager,
long timeUntilAborting)
Creates an experiment status with the given experiment config, the given
experiment URI as well as the current system time as start time and starts
the abortion timer using the given maximum runtime of the experiment and the
experiment manager which will be used to abort the experiment if the time is
exceeded.
|
ExperimentStatus(ExperimentConfiguration config,
String experimentUri,
ExperimentManager manager,
long timeUntilAborting,
long startTimeStamp)
Creates an experiment status with the given experiment config, the given
experiment URI as well as the given starting time and starts the abortion
timer using the given maximum runtime of the experiment and the experiment
manager which will be used to abort the experiment if the time is exceeded.
|
| Modifier and Type | Field and Description |
|---|---|
private ExperimentManager |
ExperimentAbortTimerTask.manager |
| Constructor and Description |
|---|
ExperimentAbortTimerTask(ExperimentManager manager,
ExperimentStatus experiment) |
Copyright © 2017–2018. All rights reserved.