Ignore:
Timestamp:
09/05/14 20:20:29 (10 years ago)
Author:
rkrimmel
Message:

Added automatically created javadoc, still needs to be commented properly though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/taskequality/GUIEventTaskComparisonRule.java

    r1733 r1734  
    4747import de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskInstance; 
    4848 
     49// TODO: Auto-generated Javadoc 
    4950/** 
    5051 * <p> 
     
    457458         * </p> 
    458459         * 
    459          * @param interaction1 
    460          *            the first mouse button interaction to compare 
    461          * @param interaction2 
    462          *            the second mouse button interaction to compare 
    463          * @param eventTarget 
    464          *            the event target on which the interactions happened (used 
    465          *            within special comparisons like mouse clicks on buttons, where 
    466          *            the coordinates can be ignored) 
    467          * @param equalityLevel 
    468          *            the equality level to be checked for 
    469          *  
     460         * @param interaction1            the first mouse button interaction to compare 
     461         * @param interaction2            the second mouse button interaction to compare 
     462         * @param equalityLevel            the equality level to be checked for 
    470463         * @return as described 
    471464         */ 
     
    573566 
    574567        /** 
    575          *  
     568         * Gets the equality. 
     569         * 
     570         * @param task1 the task1 
     571         * @param task2 the task2 
     572         * @param requiredEqualityLevel the required equality level 
     573         * @return the equality 
    576574         */ 
    577575        private TaskEquality getEquality(ITask task1, ITask task2, 
     
    618616 
    619617        /** 
    620          *  
     618         * Gets the equality. 
     619         * 
     620         * @param instance1 the instance1 
     621         * @param instance2 the instance2 
     622         * @param requiredEqualityLevel the required equality level 
     623         * @return the equality 
    621624         */ 
    622625        private TaskEquality getEquality(ITaskInstance instance1, 
Note: See TracChangeset for help on using the changeset viewer.