Class TimeSpanSensorAndMeasurement
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractSensorAndMeasurements
de.uka.ipd.sdq.sensorframework.dao.file.entities.TimeSpanSensorAndMeasurement
- All Implemented Interfaces:
SerializableEntity,Serializable
Deprecated.
Superseded by EDP2.
- See Also:
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractSensorAndMeasurements
EVENT_TIME_SUFFIX, eventTimes, experimentRun, MEASUREMENTS_SUFFIX, sensorFields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
factory -
Constructor Summary
ConstructorsConstructorDescriptionTimeSpanSensorAndMeasurement(FileManager fm, ExperimentRun er, Sensor sensor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTimeSpan(double et, double ts) Deprecated.booleanDeprecated.Deprecated.voidstore()Deprecated.Throws a RuntimeException if an IOException is encounteredMethods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractSensorAndMeasurements
getEventTimeFileName, getFileName, getID, getMeasurementsFileName, getSensor, setSensorMethods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
setFactoryMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.sensorframework.dao.file.entities.SerializableEntity
setFactory
-
Constructor Details
-
TimeSpanSensorAndMeasurement
public TimeSpanSensorAndMeasurement(FileManager fm, ExperimentRun er, Sensor sensor) throws IOException Deprecated.- Throws:
IOException
-
-
Method Details
-
addTimeSpan
public void addTimeSpan(double et, double ts) Deprecated. -
equals
Deprecated. -
getMeasurements
Deprecated.- Specified by:
getMeasurementsin classAbstractSensorAndMeasurements
-
store
public void store()Deprecated.Description copied from class:AbstractSensorAndMeasurementsThrows a RuntimeException if an IOException is encountered- Overrides:
storein classAbstractSensorAndMeasurements
-