Package edu.ie3.datamodel.io.source.csv
package edu.ie3.datamodel.io.source.csv
-
ClassDescriptionParent class of all .csv file related sources containing methods and fields consumed by allmost all implementations of .csv file related sources.Implementation of the
GraphicSource
interface to readNodeGraphicInput
andLineGraphicInput
entities from .csv filesImplementation ofIdCoordinateSource
to read the mapping between coordinate id and actual coordinate from csv file and build a mapping from it.Convenience class for cases where all used data comes from CSV sourcesSource that provides the capability to build entities that are hold by aRawGridElements
as well as theRawGridElements
container from .csv files.Source that provides the capability to build entities of typeResultEntity
container from .csv files.Source that provides the capability to build entities of typeSystemParticipantInput
as well asSystemParticipants
container from .csv files.Source that provides the capability to build thermalAssetInput
entities from .csv filesCSV implementation for retrievingTimeSeriesMetaInformationSource
from input directory structuresCsvTimeSeriesSource<V extends Value>Source that is capable of providing information around time series from csv files.Source that provides the capability to build entities of typeSystemParticipantTypeInput
andOperatorInput
from .csv filesImplements a WeatherSource for CSV files by using the CsvTimeSeriesSource as a base