Package | Description |
---|---|
org.palladiosimulator.recorderframework |
This package contains the base classes/interfaces for recorder implementations.
|
org.palladiosimulator.recorderframework.edp2 |
This package contains a recorder implementation to store measurements to EDP2.
|
org.palladiosimulator.recorderframework.sensorframework | |
org.palladiosimulator.recorderframework.utils |
Utility methods for coping with recorders-.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecorder
This class is the super class of any recorder implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
EDP2RawRecorder
This class provides methods necessary to write measurements to EDP2.
|
Modifier and Type | Class and Description |
---|---|
class |
SensorFrameworkRecorder
Deprecated.
Superseded by EDP2.
|
Modifier and Type | Method and Description |
---|---|
static IRecorder |
RecorderExtensionHelper.instantiateRecorderImplementationForRecorder(String recorderName)
Gets the recorder implementation for the given recorder name via recorder extension points.
|