Ignore:
Timestamp:
02/27/14 17:21:20 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeimpl/OptionalInstance.java

    r1294 r1414  
    2222/** 
    2323 * <p> 
    24  * TODO comment 
     24 * Default implementation of {@link IOptionalInstance}. 
    2525 * </p> 
    2626 *  
     
    3838    /** 
    3939     * <p> 
    40      * the child of this task instance 
     40     * the child of this task instance if any 
    4141     * </p> 
    4242     */ 
     
    4545    /** 
    4646     * <p> 
    47      * TODO: comment 
     47     * initializes this instance with the respective task model 
    4848     * </p> 
    4949     * 
    50      * @param task 
     50     * @param task  the task of which this is an instance 
    5151     */ 
    5252    OptionalInstance(ITask task) { 
Note: See TracChangeset for help on using the changeset viewer.