@Deprecated public class SensorFrameworkRecorder extends AbstractRecorder
| Constructor and Description |
|---|
SensorFrameworkRecorder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Deprecated.
This method is called at the end of the writing process.
|
void |
initialize(IRecorderConfiguration myRecorderConfiguration)
Deprecated.
Initializes the recorder with the given configuration.
|
void |
writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
Deprecated.
Writes data into the recorder.
|
newMeasurementAvailable, preUnregisterpublic void initialize(IRecorderConfiguration myRecorderConfiguration)
IRecordermyRecorderConfiguration - The configuration used for this recorder.public void writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
IRecorderdata - The measurement that should be stored.public void flush()
IRecorder