public class OccuranceHistogram extends Object
| Constructor and Description |
|---|
OccuranceHistogram()
Initializing the class tries reading a file that stores the history of the run serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRunningTime(String fileName,
Double value)
When the model is updated, i.e., a new run of Molpro with a configuration we know (or do not know) runs, we save the new value
to the file carrying the name of the configuration.
|
Double |
getRunningTime(String configuration) |
List<String> |
listFilesForFolder(File folder) |
public OccuranceHistogram()
throws IOException
IOExceptionpublic void addRunningTime(String fileName, Double value)
fileName, - name of the file. This should represent the configuration used (including if it is total or interval based length).