| Interface | Description |
|---|---|
| ExperimentDAO |
This interface defines the methods a class has to implement for making the
results of the framework persistent.
|
| Class | Description |
|---|---|
| AbstractExperimentDAO |
Abstract class implementing the general behavior of an
ExperimentDAO. |
| ExperimentDAOImpl |
SQL database based implementation of the
AbstractExperimentDAO class. |
| ExperimentTaskResultRowMapper |
Creates
ExperimentTaskResult instances from a given ResultSet. |
| IntDoublePair | |
| IntDoublePairRowMapper | |
| IntegerRowMapper | |
| ResultNameToIdMapping |
Workaround to handle additional results and their names.
|
| StringArrayRowMapper | |
| StringRowMapper |
Copyright © 2014–2017. All rights reserved.