- Timestamp:
- 12/12/17 13:58:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/taskequality/InefficientActionsComparisonRule.java
r2161 r2255 26 26 /** 27 27 * <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. 29 32 * </p> 30 33 * … … 161 164 /** 162 165 * <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". 164 169 * </p> 165 170 * 166 * @param event 167 * @return 171 * @param event the event to check if it is an inefficient action 172 * 173 * @return as described 168 174 */ 169 175 private boolean isInefficientAction(Event event) {
Note: See TracChangeset
for help on using the changeset viewer.