- Timestamp:
- 05/13/16 09:18:15 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/IResultStorage.java
r86 r98 43 43 * @param productName 44 44 * name of the product 45 * @return true of the results ofr the given product and experiment are contained in the result 46 * storage 45 * @return number of contained resultsfor the given product and experiment 47 46 */ 48 public booleancontainsResult(String experimentName, String productName);47 public int containsResult(String experimentName, String productName); 49 48 }
Note: See TracChangeset
for help on using the changeset viewer.