Ignore:
Timestamp:
04/29/13 17:18:42 (11 years ago)
Author:
pharms
Message:
  • improved java doc
File:
1 edited

Legend:

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

    r1146 r1191  
    1818 
    1919/** 
    20  * TODO comment 
     20 * <p> 
     21 * yet more or less unused, this class will in the future provided extended information about a 
     22 * specific task, such as statistics about task occurrences, etc. 
     23 * </p> 
    2124 *  
    22  * @version $Revision: $ $Date: 21.02.2012$ 
    23  * @author 2012, last modified by $Author: patrick$ 
     25 * @author Patrick Harms 
    2426 */ 
    2527public interface ITaskInfo extends Serializable { 
    2628 
    2729    /** 
     30     * <p> 
     31     * returns the task to which these infos belong 
     32     * </p> 
    2833     *  
     34     * @return as described 
    2935     */ 
    3036    public ITask getTask(); 
Note: See TracChangeset for help on using the changeset viewer.