Package org.hobbit.core.data
Class ControllerStatus
- java.lang.Object
-
- org.hobbit.core.data.ControllerStatus
-
@Deprecated public class ControllerStatus extends Object
Deprecated.UseControllerStatusinstead.- Author:
- Michael Röder (michael.roeder@uni-paderborn.de)
-
-
Field Summary
Fields Modifier and Type Field Description StringcurrentBenchmarkNameDeprecated.StringcurrentBenchmarkUriDeprecated.StringcurrentExperimentIdDeprecated.StringcurrentStatusDeprecated.StringcurrentSystemNameDeprecated.StringcurrentSystemUriDeprecated.ConfiguredExperiment[]queueDeprecated.
-
Constructor Summary
Constructors Constructor Description ControllerStatus()Deprecated.
-
-
-
Field Detail
-
currentExperimentId
public String currentExperimentId
Deprecated.
-
currentBenchmarkName
public String currentBenchmarkName
Deprecated.
-
currentBenchmarkUri
public String currentBenchmarkUri
Deprecated.
-
currentSystemName
public String currentSystemName
Deprecated.
-
currentSystemUri
public String currentSystemUri
Deprecated.
-
currentStatus
public String currentStatus
Deprecated.
-
queue
public ConfiguredExperiment[] queue
Deprecated.
-
-