Ignore:
Timestamp:
05/04/18 15:46:03 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/tasktrees/TaskTreeChecker.java

    r2234 r2258  
    4141 
    4242/** 
    43  * TODO comment 
     43 * This is a convenience class for testing to evaluate if a certain task or task instance structure 
     44 * matches a given textual specification for the structure.  
    4445 *  
    4546 * @version $Revision: $ $Date: 01.04.2012$ 
     
    306307 
    307308    /** 
    308      * @param task 
    309      * @param taskMapCopy 
     309     * 
    310310     */ 
    311311    private void assertUserSession(TaskSpec           taskSpec, 
     
    334334 
    335335    /** 
    336      * @param task 
    337      * @param taskMapCopy 
     336     * 
    338337     */ 
    339338    private void assertTaskInstance(TaskSpec           taskSpec, 
     
    497496     
    498497    /** 
    499      * <p> 
    500      * TODO: comment 
    501      * </p> 
    502      * 
    503      * @param taskInstance 
    504      * @return 
     498     * 
    505499     */ 
    506500    private List<ITaskInstance> getChildren(ITaskInstance taskInstance) { 
Note: See TracChangeset for help on using the changeset viewer.