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/temporalrelation/TaskHandlingStrategy.java

    r1733 r1734  
    2121import de.ugoe.cs.autoquest.usageprofiles.SymbolStrategy; 
    2222 
     23// TODO: Auto-generated Javadoc 
    2324/** 
    2425 * <p> 
     
    3536public class TaskHandlingStrategy implements SymbolStrategy<ITaskInstance> { 
    3637 
    37         /** */ 
     38        /** The Constant serialVersionUID. */ 
    3839        private static final long serialVersionUID = 1L; 
    3940 
    40         /** 
    41          * <p> 
    42          * the level of task equality considered in this task handling strategy 
    43          * </p> 
    44          */ 
     41        /** <p> the level of task equality considered in this task handling strategy </p>. */ 
    4542        private final TaskEquality consideredEquality; 
    4643 
    47         /** 
    48          * <p> 
    49          * the comparator used for task comparisons 
    50          * </p> 
    51          */ 
     44        /** <p> the comparator used for task comparisons </p>. */ 
    5245        private TaskInstanceComparator comparator; 
    5346 
     
    5649         * initializes this strategy with a task equality to be considered for task 
    5750         * comparisons g 
    58          * </p> 
     51         * </p>. 
    5952         * 
    60          * @param consideredEquality 
    61          *            the task equality to be considered for task comparisons 
     53         * @param consideredEquality            the task equality to be considered for task comparisons 
    6254         */ 
    6355        public TaskHandlingStrategy(TaskEquality consideredEquality) { 
     
    117109         * convenience method to have a correctly typed return value as alternative 
    118110         * to {@link #getSymbolComparator()}; 
    119          * </p> 
     111         * </p>. 
     112         * 
     113         * @return the task comparator 
    120114         */ 
    121115        public TaskInstanceComparator getTaskComparator() { 
Note: See TracChangeset for help on using the changeset viewer.