- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/ExperimentConfiguration.java
r135 r136 188 188 * Constructor. Creates a new configuration from a given file. 189 189 * 190 * @param file name190 * @param file 191 191 * handle of the file from the configuration is loaded. 192 192 * @throws ExperimentConfigurationException … … 414 414 } 415 415 416 /** 417 * <p> 418 * returns the result storages 419 * </p> 420 * 421 * @return result storages 422 */ 416 423 public List<IResultStorage> getResultStorages() { 417 424 return resultStorages;
Note: See TracChangeset
for help on using the changeset viewer.