Ignore:
Timestamp:
05/13/16 09:18:15 (8 years ago)
Author:
sherbold
Message:
  • added the new configuration parameter repetitions and implemented its usage in the AbstractCrossProjectExperiment?. It now allows for multiple storages of the same result in an IResultContainer to allow for repetitions of experiments with random components.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/IResultStorage.java

    r86 r98  
    4343     * @param productName 
    4444     *            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 
    4746     */ 
    48     public boolean containsResult(String experimentName, String productName); 
     47    public int containsResult(String experimentName, String productName); 
    4948} 
Note: See TracChangeset for help on using the changeset viewer.