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/treeimpl/SelectionInstance.java

    r1733 r1734  
    2020import de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskInstance; 
    2121 
     22// TODO: Auto-generated Javadoc 
    2223/** 
    2324 * <p> 
     
    2930class SelectionInstance extends TaskInstance implements ISelectionInstance { 
    3031 
    31         /** 
    32          * <p> 
    33          * default serial version UID 
    34          * </p> 
    35          */ 
     32        /** <p> default serial version UID </p>. */ 
    3633        private static final long serialVersionUID = 1L; 
    3734 
    38         /** 
    39          * <p> 
    40          * the child of this task instance 
    41          * </p> 
    42          */ 
     35        /** <p> the child of this task instance </p>. */ 
    4336        private ITaskInstance child; 
    4437 
     
    4639         * <p> 
    4740         * initializes this instance with the respective task model 
    48          * </p> 
     41         * </p>. 
    4942         * 
    50          * @param task 
    51          *            the task of which this is an instance 
     43         * @param task            the task of which this is an instance 
    5244         */ 
    5345        SelectionInstance(ITask task) { 
     
    9587         * <p> 
    9688         * used to set the child of this task instance 
    97          * </p> 
    98          *  
    99          * @param child 
    100          *            the new child of this instance 
     89         * </p>. 
     90         * 
     91         * @param child            the new child of this instance 
    10192         */ 
    10293        void setChild(ITaskInstance child) { 
Note: See TracChangeset for help on using the changeset viewer.