Class SensorFrameworkRecorder
java.lang.Object
org.palladiosimulator.recorderframework.AbstractRecorder
org.palladiosimulator.recorderframework.sensorframework.SensorFrameworkRecorder
- All Implemented Interfaces:
org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener,IRecorder
Deprecated.
Superseded by EDP2.
AbstractRecorder for the SensorFramework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()Deprecated.This method is called at the end of the writing process.voidinitialize(IRecorderConfiguration myRecorderConfiguration) Deprecated.Initializes the recorder with the given configuration.voidwriteData(org.palladiosimulator.measurementframework.MeasuringValue data) Deprecated.Writes data into the recorder.Methods inherited from class org.palladiosimulator.recorderframework.AbstractRecorder
newMeasurementAvailable, preUnregister
-
Constructor Details
-
SensorFrameworkRecorder
public SensorFrameworkRecorder()Deprecated.
-
-
Method Details
-
initialize
Deprecated.Description copied from interface:IRecorderInitializes the recorder with the given configuration.- Parameters:
myRecorderConfiguration- The configuration used for this recorder.
-
writeData
public void writeData(org.palladiosimulator.measurementframework.MeasuringValue data) Deprecated.Description copied from interface:IRecorderWrites data into the recorder.- Parameters:
data- The measurement that should be stored.
-
flush
public void flush()Deprecated.Description copied from interface:IRecorderThis method is called at the end of the writing process. Flushing assures that all data is written to the configured data sink, e.g., a file data source.
-