Ignore:
Timestamp:
08/07/13 09:09:03 (11 years ago)
Author:
pharms
Message:
  • added counting of task occurrences
File:
1 edited

Legend:

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

    r1191 r1287  
    1919/** 
    2020 * <p> 
    21  * yet more or less unused, this class will in the future provided extended information about a 
     21 * yet more or less unused, this class will in the future provide extended information about a 
    2222 * specific task, such as statistics about task occurrences, etc. 
    2323 * </p> 
     
    3636    public ITask getTask(); 
    3737 
     38    /** 
     39     * <p> 
     40     * returns the number of times a task occurred 
     41     * </p> 
     42     *  
     43     * @return as described 
     44     */ 
     45    public int getCount(); 
     46 
    3847} 
Note: See TracChangeset for help on using the changeset viewer.