Object AlchemistSimStatesLoader
-
- All Implemented Interfaces:
public class AlchemistSimStatesLoader
This object is used to load the simulation states from the relative output file.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AlchemistSimStatesLoader
INSTANCE
-
Method Summary
Modifier and Type Method Description final List<AlchemistStateObservations>
fromCSV(String filepath, String separator)
Reads the simulation states from the given file. -
-
Method Detail
-
fromCSV
final List<AlchemistStateObservations> fromCSV(String filepath, String separator)
Reads the simulation states from the given file.
- Parameters:
filepath
- the path of the file to readseparator
- the separator used in the file- Returns:
the list of simulation states
-
-
-
-