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/treeifc/ITaskFactory.java

    r1733 r1734  
    1919import de.ugoe.cs.autoquest.eventcore.Event; 
    2020 
     21// TODO: Auto-generated Javadoc 
    2122/** 
    2223 * <p> 
    2324 * factory for the different task types 
    24  * </p> 
    25  *  
     25 * </p>. 
     26 * 
    2627 * @author Patrick Harms 
    2728 */ 
     
    3132         * <p> 
    3233         * creates a new event task with the given description 
    33          * </p> 
    34          *  
    35          * @param description 
    36          *            the description for the represented events 
    37          *  
     34         * </p>. 
     35         * 
     36         * @param description            the description for the represented events 
    3837         * @return the event task 
    3938         */ 
     
    4342         * <p> 
    4443         * creates a new empty iteration 
    45          * </p> 
    46          *  
     44         * </p>. 
     45         * 
    4746         * @return the iteration 
    4847         */ 
     
    5251         * <p> 
    5352         * creates a new empty optional 
    54          * </p> 
    55          *  
     53         * </p>. 
     54         * 
    5655         * @return the optional 
    5756         */ 
     
    6160         * <p> 
    6261         * creates a new empty selection 
    63          * </p> 
    64          *  
     62         * </p>. 
     63         * 
    6564         * @return the selection 
    6665         */ 
     
    7069         * <p> 
    7170         * creates a new empty sequence 
    72          * </p> 
    73          *  
     71         * </p>. 
     72         * 
    7473         * @return the sequence 
    7574         */ 
     
    8079         * creates a new task instance with the given task as its model representing 
    8180         * the provided event 
    82          * </p> 
    83          *  
    84          * @param task 
    85          *            the model of the task instance to be created 
    86          * @param event 
    87          *            the event represented by the task instance 
    88          *  
     81         * </p>. 
     82         * 
     83         * @param task            the model of the task instance to be created 
     84         * @param event            the event represented by the task instance 
    8985         * @return the task instance 
    9086         */ 
     
    9490         * <p> 
    9591         * creates a new task instance with the given iteration as its model 
    96          * </p> 
    97          *  
    98          * @param iteration 
    99          *            the model of the task instance to be created 
    100          *  
     92         * </p>. 
     93         * 
     94         * @param iteration            the model of the task instance to be created 
    10195         * @return the task instance 
    10296         */ 
     
    106100         * <p> 
    107101         * creates a new task instance with the given optional as its model 
    108          * </p> 
    109          *  
    110          * @param optional 
    111          *            the model of the task instance to be created 
    112          *  
     102         * </p>. 
     103         * 
     104         * @param optional            the model of the task instance to be created 
    113105         * @return the task instance 
    114106         */ 
     
    118110         * <p> 
    119111         * creates a new task instance with the given selection as its model 
    120          * </p> 
    121          *  
    122          * @param selection 
    123          *            the model of the task instance to be created 
    124          *  
     112         * </p>. 
     113         * 
     114         * @param selection            the model of the task instance to be created 
    125115         * @return the task instance 
    126116         */ 
     
    130120         * <p> 
    131121         * creates a new task instance with the given sequence as its model 
    132          * </p> 
    133          *  
    134          * @param sequence 
    135          *            the model of the task instance to be created 
    136          *  
     122         * </p>. 
     123         * 
     124         * @param sequence            the model of the task instance to be created 
    137125         * @return the task instance 
    138126         */ 
     
    142130         * <p> 
    143131         * creates a task model based on the provided user sessions 
    144          * </p> 
    145          *  
    146          * @param userSessions 
    147          *            the session based on which the task model shall be created 
    148          *  
     132         * </p>. 
     133         * 
     134         * @param userSessions            the session based on which the task model shall be created 
    149135         * @return the task model 
    150136         */ 
     
    154140         * <p> 
    155141         * creates a new empty user session 
    156          * </p> 
    157          *  
     142         * </p>. 
     143         * 
    158144         * @return the user session 
    159145         */ 
Note: See TracChangeset for help on using the changeset viewer.