Class AbstractSensorAndMeasurements
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
-
- de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractSensorAndMeasurements
-
- All Implemented Interfaces:
SerializableEntity,Serializable
- Direct Known Subclasses:
ScalabilitySensorAndMeasurement,StateSensorAndMeasurement,TimeSpanSensorAndMeasurement
public abstract class AbstractSensorAndMeasurements extends AbstractFileEntity implements SerializableEntity
Deprecated.Superseded by EDP2.TODO add documentation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringEVENT_TIME_SUFFIXDeprecated.protected BackgroundMemoryList<Double>eventTimesDeprecated.protected ExperimentRunexperimentRunDeprecated.protected static StringMEASUREMENTS_SUFFIXDeprecated.protected SensorsensorDeprecated.-
Fields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
factory
-
-
Constructor Summary
Constructors Constructor Description AbstractSensorAndMeasurements(FileManager fm, ExperimentRun exprun, Sensor sensor)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringgetEventTimeFileName()Deprecated.StringgetFileName()Deprecated.longgetID()Deprecated.abstract List<Measurement>getMeasurements()Deprecated.protected StringgetMeasurementsFileName()Deprecated.SensorgetSensor()Deprecated.voidsetSensor(SensorImpl sensor)Deprecated.voidstore()Deprecated.Throws a RuntimeException if an IOException is encountered-
Methods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
setFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uka.ipd.sdq.sensorframework.dao.file.entities.SerializableEntity
setFactory
-
-
-
-
Field Detail
-
EVENT_TIME_SUFFIX
protected static final String EVENT_TIME_SUFFIX
Deprecated.- See Also:
- Constant Field Values
-
MEASUREMENTS_SUFFIX
protected static final String MEASUREMENTS_SUFFIX
Deprecated.- See Also:
- Constant Field Values
-
experimentRun
protected ExperimentRun experimentRun
Deprecated.
-
sensor
protected Sensor sensor
Deprecated.
-
eventTimes
protected BackgroundMemoryList<Double> eventTimes
Deprecated.
-
-
Constructor Detail
-
AbstractSensorAndMeasurements
public AbstractSensorAndMeasurements(FileManager fm, ExperimentRun exprun, Sensor sensor) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
getEventTimeFileName
protected String getEventTimeFileName()
Deprecated.
-
getFileName
public String getFileName()
Deprecated.
-
getID
public long getID()
Deprecated.- Specified by:
getIDin interfaceSerializableEntity
-
getMeasurements
public abstract List<Measurement> getMeasurements()
Deprecated.
-
getMeasurementsFileName
protected String getMeasurementsFileName()
Deprecated.
-
getSensor
public Sensor getSensor()
Deprecated.
-
setSensor
public void setSensor(SensorImpl sensor)
Deprecated.
-
store
public void store()
Deprecated.Throws a RuntimeException if an IOException is encountered
-
-