public abstract class SensorProcessor<D extends SensorData> extends Object
| Constructor and Description |
|---|
SensorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SensorMetadata |
buildMetadataFromPreferences() |
protected abstract String |
getFileDateFormat()
Get file dateformat.
|
protected abstract String |
getLogDisplayName()
Concrete subclasses must override this method to return the displayname of that sensorprocessor to be displayed in the log.
|
abstract List<SensorData> |
process()
process a sensor data file
|
public abstract List<SensorData> process()
protected abstract SensorMetadata buildMetadataFromPreferences()
protected abstract String getFileDateFormat()
protected abstract String getLogDisplayName()
Copyright © 2012. All Rights Reserved.