Package edu.ie3.datamodel.io.source
Interface DataSource
- All Known Subinterfaces:
GraphicSource,IdCoordinateSource,RawGridSource,SystemParticipantSource,ThermalSource,TimeSeriesMappingSource,TimeSeriesMetaInformationSource,TimeSeriesSource<V>,TypeSource,WeatherSource,WholesalePriceSource
- All Known Implementing Classes:
CouchbaseWeatherSource,CsvGraphicSource,CsvIdCoordinateSource,CsvRawGridSource,CsvSystemParticipantSource,CsvThermalSource,CsvTimeSeriesMappingSource,CsvTimeSeriesMetaInformationSource,CsvTimeSeriesSource,CsvTypeSource,CsvWeatherSource,InfluxDbWeatherSource,SqlTimeSeriesMappingSource,SqlTimeSeriesMetaInformationSource,SqlTimeSeriesSource,SqlWeatherSource
public interface DataSource
General interface that is implemented by all specific data sources for different types of data
structures that are persisted in different locations. Note: This interface is still under
development and should be considered more as an internal API. It might change or even will be
removed in the future!