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/TaskComparisonRule.java

    r1733 r1734  
    1818import de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskInstance; 
    1919 
     20// TODO: Auto-generated Javadoc 
    2021/** 
    2122 * <p> 
     
    2425 * to be called for a comparison. 
    2526 * </p> 
    26  *  
     27 * 
     28 * @author 2012, last modified by $Author: patrick$ 
    2729 * @version $Revision: $ $Date: 19.02.2012$ 
    28  * @author 2012, last modified by $Author: patrick$ 
    2930 */ 
    3031public interface TaskComparisonRule { 
     
    3334         * <p> 
    3435         * checks, if the provided tasks are lexically equal 
    35          * </p> 
    36          *  
    37          * @param task1 
    38          *            the first task to compare 
    39          * @param task2 
    40          *            the second task to compare 
    41          *  
     36         * </p>. 
     37         * 
     38         * @param task1            the first task to compare 
     39         * @param task2            the second task to compare 
    4240         * @return true, if the tasks are equal, false else 
    4341         */ 
     
    4745         * <p> 
    4846         * checks, if the provided task instances are lexically equal 
    49          * </p> 
    50          *  
    51          * @param instance1 
    52          *            the first task instance to compare 
    53          * @param instance2 
    54          *            the second task instance to compare 
    55          *  
     47         * </p>. 
     48         * 
     49         * @param instance1            the first task instance to compare 
     50         * @param instance2            the second task instance to compare 
    5651         * @return true, if the tasks are equal, false else 
    5752         */ 
     
    6257         * <p> 
    6358         * checks, if the provided tasks are semantically equal 
    64          * </p> 
    65          *  
    66          * @param task1 
    67          *            the first task to compare 
    68          * @param task2 
    69          *            the second task to compare 
    70          *  
     59         * </p>. 
     60         * 
     61         * @param task1            the first task to compare 
     62         * @param task2            the second task to compare 
    7163         * @return true, if the tasks are equal, false else 
    7264         */ 
     
    7668         * <p> 
    7769         * checks, if the provided task instances are semantically equal 
    78          * </p> 
    79          *  
    80          * @param instance1 
    81          *            the first task instance to compare 
    82          * @param instance2 
    83          *            the second task instance to compare 
    84          *  
     70         * </p>. 
     71         * 
     72         * @param instance1            the first task instance to compare 
     73         * @param instance2            the second task instance to compare 
    8574         * @return true, if the tasks are equal, false else 
    8675         */ 
     
    9180         * <p> 
    9281         * checks, if the provided tasks are syntactically equal 
    93          * </p> 
    94          *  
    95          * @param task1 
    96          *            the first task to compare 
    97          * @param task2 
    98          *            the second task to compare 
    99          *  
     82         * </p>. 
     83         * 
     84         * @param task1            the first task to compare 
     85         * @param task2            the second task to compare 
    10086         * @return true, if the tasks are equal, false else 
    10187         */ 
     
    10591         * <p> 
    10692         * checks, if the provided task instances are syntactically equal 
    107          * </p> 
    108          *  
    109          * @param instance1 
    110          *            the first task instance to compare 
    111          * @param instance2 
    112          *            the second task instance to compare 
    113          *  
     93         * </p>. 
     94         * 
     95         * @param instance1            the first task instance to compare 
     96         * @param instance2            the second task instance to compare 
    11497         * @return true, if the tasks are equal, false else 
    11598         */ 
     
    152135         * <p> 
    153136         * checks if the rule is applicable for comparing the two provided tasks 
    154          * </p> 
    155          *  
    156          * @param task1 
    157          *            the first task to compare 
    158          * @param task2 
    159          *            the second task to compare 
    160          *  
     137         * </p>. 
     138         * 
     139         * @param task1            the first task to compare 
     140         * @param task2            the second task to compare 
    161141         * @return true, if the rule is applicable, false else 
    162142         */ 
     
    167147         * checks if the rule is applicable for comparing the two provided task 
    168148         * instances 
    169          * </p> 
    170          *  
    171          * @param instance1 
    172          *            the first task instance to compare 
    173          * @param instance2 
    174          *            the second task instance to compare 
    175          *  
     149         * </p>. 
     150         * 
     151         * @param instance1            the first task instance to compare 
     152         * @param instance2            the second task instance to compare 
    176153         * @return true, if the rule is applicable, false else 
    177154         */ 
Note: See TracChangeset for help on using the changeset viewer.