Interface ExperimentRun
- All Known Subinterfaces:
ScalabilityExperimentRun
- All Known Implementing Classes:
AbstractExperimentRun
,ExperimentRunImpl
,ExperimentRunImpl
,ScalabilityExperimentRunImpl
,ScalabilityExperimentRunImpl
public interface ExperimentRun
Deprecated.
Superseded by EDP2.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMeasurement
(Measurement value) Deprecated.addScalabilityMeasurement
(ScalabilitySensor p_sensor, Double[] p_parameters, double p_result) Deprecated.addStateMeasurement
(StateSensor p_sensor, State p_sensorstate, double p_eventtime) Deprecated.addTimeSpanMeasurement
(TimeSpanSensor p_sensor, double p_eventtime, double p_timespan) Deprecated.Deprecated.long
Deprecated.Deprecated.getMeasurementsOfSensor
(Sensor sensor) Deprecated.void
setExperimentDateTime
(String value) Deprecated.void
setExperimentRunID
(long value) Deprecated.
-
Method Details
-
getExperimentDateTime
String getExperimentDateTime()Deprecated. -
setExperimentDateTime
Deprecated. -
getExperimentRunID
long getExperimentRunID()Deprecated. -
setExperimentRunID
void setExperimentRunID(long value) Deprecated. -
addStateMeasurement
Deprecated. -
addScalabilityMeasurement
ScalabilityMeasurement addScalabilityMeasurement(ScalabilitySensor p_sensor, Double[] p_parameters, double p_result) Deprecated. -
addTimeSpanMeasurement
TimeSpanMeasurement addTimeSpanMeasurement(TimeSpanSensor p_sensor, double p_eventtime, double p_timespan) Deprecated. -
addMeasurement
Deprecated. -
getMeasurements
Collection<Measurement> getMeasurements()Deprecated. -
getMeasurementsOfSensor
Deprecated.
-