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

Legend:

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

    r2239 r2258  
    2020/** 
    2121 * <p> 
    22  * TODO comment 
     22 * A task path is a path through a task tree. Conceptually, it is a list of task objects. But the 
     23 * plain information about the tasks is not enough for a task path. The reason is, that multiple 
     24 * paths through a task tree may be identical because the tasks in the paths are identical. This 
     25 * happens, e.g., if a sequence has three children, where the first and the last are the same. Then 
     26 * based on the plain task information, it would not be possible to define separate task paths for 
     27 * the first and the last child of the sequence. Hence, we also add for each path element the index 
     28 * of the element in the list of children of the parent. This index is also considered, when 
     29 * comparing task paths.  
    2330 * </p> 
    2431 *  
Note: See TracChangeset for help on using the changeset viewer.