Ignore:
Timestamp:
03/05/15 11:43:42 (9 years ago)
Author:
pharms
Message:
  • remove support for tasks contexts in value measurements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskInfo.java

    r1428 r1891  
    5656    /** 
    5757     * <p> 
    58      * returns the value of the measure identified through the given metric if the task is 
    59      * observed in the given context, i.e. parent task. The result is Integer.MIN_VALUE if there 
    60      * is no value for this measure in a context. 
    61      * </p> 
    62      * 
    63      * @param metric  the metric for which the value is to be returned 
    64      * @param context the context for which the measure value is to be returned 
    65      *  
    66      * @return as described 
    67      */ 
    68     public int getMeasureValue(TaskMetric metric, ITask context); 
    69  
    70     /** 
    71      * <p> 
    7258     * represents a measure for a specific metric 
    7359     * </p> 
     
    9581        public int getValue(); 
    9682         
    97         /** 
    98          * <p> 
    99          * returns the value of the measure if the task was observed in a specific context, i.e. 
    100          * parent task 
    101          * </p> 
    102          *  
    103          * @return as described 
    104          */ 
    105         public int getValue(ITask context); 
    106          
    10783    } 
    10884 
Note: See TracChangeset for help on using the changeset viewer.