Ignore:
Timestamp:
03/05/15 11:37:37 (9 years ago)
Author:
pharms
Message:
  • extended and corrected task comparison
File:
1 edited

Legend:

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

    r1156 r1887  
    3535 * <p> 
    3636 * Tasks are lexically equal, if they represent the same events on a key stroke level to be 
    37  * carried out to execute the task. Identical tasks are also syntactically equal. 
     37 * carried out to execute the task. Identical tasks are also lexically equal. 
    3838 * </p> 
    3939 * <p> 
    40  * Nodes are syntactically equal, if they differ in their events on key stroke level, but the 
     40 * Tasks are syntactically equal, if they differ in their events on key stroke level, but the 
    4141 * syntactical result is the same. For example, entering the text "hello" into a text field can 
    4242 * be done by entering the letters in their correct order, but also by copying the text into the 
Note: See TracChangeset for help on using the changeset viewer.