@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, preUnregister
public void initialize(IRecorderConfiguration myRecorderConfiguration)
IRecorder
myRecorderConfiguration
- The configuration used for this recorder.public void writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
IRecorder
data
- The measurement that should be stored.public void flush()
IRecorder