Class CsvResultEntitySource

java.lang.Object
edu.ie3.datamodel.io.source.csv.CsvDataSource
edu.ie3.datamodel.io.source.csv.CsvResultEntitySource
All Implemented Interfaces:
ResultEntitySource

public class CsvResultEntitySource extends CsvDataSource implements ResultEntitySource
Source that provides the capability to build entities of type ResultEntity container from .csv files.

This source is not buffered which means each call on a getter method always tries to read all data is necessary to return the requested objects in a hierarchical cascading way.

The resulting sets are always unique on object and UUID base (with distinct UUIDs).

Since:
22 June 2021