JasperHavenhand / Honours-Year-Project

COMP390 - Honours Year Project: Temporal Network (Re-)Design Strategies for Early Epidemic Containment
0 stars 0 forks source link

Store and retrieve Gradoop data sources #5

Closed JasperHavenhand closed 3 years ago

JasperHavenhand commented 3 years ago

Need to find a way to store the TemporalCSVDataSource objects once they have been created.

JasperHavenhand commented 3 years ago

c3f22fce6635744a8760709ebe922357d23e4f7d Created the loadCSVDataSource(String path) method to recreate previously constructed TemporalCSVDataSource objects, from the CSV files. This methods validates the path parameter to make certain that it details a directory containing the four necessary CSV files. My current thinking is that there will be a GUI with a file selector for reopening data sources. The aforementioned method can be used to validate and process the path that the user selects in this scenario.