public class EDP2RawRecorder extends AbstractRecorder
| Constructor and Description |
|---|
EDP2RawRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
This method ends the current experiment and close the data output stream.
|
void |
initialize(IRecorderConfiguration recorderConfiguration)
Initializes the recorder with the given configuration.
|
void |
writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
This method writes the given measurement data to EDP2.
|
newMeasurementAvailable, preUnregisterpublic void initialize(IRecorderConfiguration recorderConfiguration)
IRecorderrecorderConfiguration - The configuration used for this recorder.public void writeData(org.palladiosimulator.measurementframework.MeasuringValue data)
data - the given measurement data.public void flush()