Changeset 2255


Ignore:
Timestamp:
12/12/17 13:58:38 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

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

    r2161 r2255  
    2626/** 
    2727 * <p> 
    28  * TODO comment 
     28 * This comparison rule compares two events if they represent inefficient actions. Which 
     29 * events are considered inefficient actions is checked in the method 
     30 * {@link #isInefficientAction(Event)}. Two events are considered lexically equal, if 
     31 * both represent an inefficient action. There is no further distinction so far. 
    2932 * </p> 
    3033 *  
     
    161164    /** 
    162165     * <p> 
    163      * TODO: comment 
     166     * This method checks, if an event represents an inefficient action. This is currently the case 
     167     * if the event type is a {@link Scroll} or if its string representation is either "headRotated" 
     168     * or "headMoved". 
    164169     * </p> 
    165170     * 
    166      * @param event 
    167      * @return 
     171     * @param event the event to check if it is an inefficient action 
     172     *  
     173     * @return as described 
    168174     */ 
    169175    private boolean isInefficientAction(Event event) { 
Note: See TracChangeset for help on using the changeset viewer.