Class ExperimentRunImpl
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
de.uka.ipd.sdq.sensorframework.dao.file.entities.ExperimentRunImpl
- All Implemented Interfaces:
SerializableEntity,ExperimentRun,Serializable
- Direct Known Subclasses:
ScalabilityExperimentRunImpl
Deprecated.
Superseded by EDP2.
Entity implementation for Experiment Runs. Contains BackgroundMemoryLists to quickly store the
huge amounts of sensor data generated by simulations.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongDeprecated.ID of the Experiment of this Experiment Run.Fields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMeasurement(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.booleanDeprecated.Deprecated.longDeprecated.longgetID()Deprecated.Deprecated.getMeasurementsOfSensor(Sensor sensor) Deprecated.voidsetExperimentDateTime(String experimetDateTime) Deprecated.voidsetExperimentRunID(long experimentRunID) Deprecated.voidsetFactory(FileDAOFactory factory) Deprecated.voidsetParentExperimentID(long id) Deprecated.
-
Field Details
-
idOfParentExperiment
public long idOfParentExperimentDeprecated.ID of the Experiment of this Experiment Run. Used for internal checks
-
-
Constructor Details
-
ExperimentRunImpl
Deprecated.
-
-
Method Details
-
addMeasurement
Deprecated.- Specified by:
addMeasurementin interfaceExperimentRun
-
addScalabilityMeasurement
public ScalabilityMeasurement addScalabilityMeasurement(ScalabilitySensor p_sensor, Double[] p_parameters, double p_result) Deprecated.- Specified by:
addScalabilityMeasurementin interfaceExperimentRun
-
addStateMeasurement
public StateMeasurement addStateMeasurement(StateSensor p_sensor, State p_sensorstate, double p_eventtime) Deprecated.- Specified by:
addStateMeasurementin interfaceExperimentRun
-
addTimeSpanMeasurement
public TimeSpanMeasurement addTimeSpanMeasurement(TimeSpanSensor p_sensor, double p_eventtime, double p_timespan) Deprecated.- Specified by:
addTimeSpanMeasurementin interfaceExperimentRun
-
equals
Deprecated. -
getExperimentDateTime
Deprecated.- Specified by:
getExperimentDateTimein interfaceExperimentRun
-
getExperimentRunID
public long getExperimentRunID()Deprecated.- Specified by:
getExperimentRunIDin interfaceExperimentRun
-
getID
public long getID()Deprecated.- Specified by:
getIDin interfaceSerializableEntity
-
getMeasurements
Deprecated.- Specified by:
getMeasurementsin interfaceExperimentRun
-
getMeasurementsOfSensor
Deprecated.- Specified by:
getMeasurementsOfSensorin interfaceExperimentRun
-
setExperimentDateTime
Deprecated.- Specified by:
setExperimentDateTimein interfaceExperimentRun
-
setExperimentRunID
public void setExperimentRunID(long experimentRunID) Deprecated.- Specified by:
setExperimentRunIDin interfaceExperimentRun
-
setFactory
Deprecated.- Specified by:
setFactoryin interfaceSerializableEntity- Overrides:
setFactoryin classAbstractFileEntity
-
setParentExperimentID
public void setParentExperimentID(long id) Deprecated.
-