Ignore:
Timestamp:
05/04/18 15:46:03 (6 years ago)
Author:
pharms
Message:
 
Location:
trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/tasktrees
Files:
4 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) { 
  • trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/tasktrees/TaskTreeDecoder.java

    r1875 r2258  
    5353 
    5454/** 
    55  * TODO comment 
     55 * This is a convenience class to parse a textual specification of an expected task structure to 
     56 * allow for a subsequent comparison of the specified structure with an existing one. 
    5657 *  
    5758 * @version $Revision: $ $Date: 01.04.2012$ 
  • trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/tasktrees/TaskTreeEncoder.java

    r1638 r2258  
    4343 
    4444/** 
    45  * TODO comment 
     45 * Convenience class to encode user sessions, task instance lists, task instances or tasks into 
     46 * a human readable textual representation. 
    4647 *  
    4748 * @version $Revision: $ $Date: 01.04.2012$ 
  • trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/tasktrees/TaskTreeValidator.java

    r1638 r2258  
    4040/** 
    4141 * <p> 
    42  * TODO comment 
     42 * Convenience class to validate if certain restrictions to task trees and task tree instances 
     43 * apply. Restrictions are, e.g., that for every task there need to be instances or that for every 
     44 * sequence instance the children match the corresponding sequence model. This class is vor test and 
     45 * evaluation purposes only. 
    4346 * </p> 
    4447 *  
Note: See TracChangeset for help on using the changeset viewer.