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

    r1294 r1414  
    2020import java.util.List; 
    2121 
     22import de.ugoe.cs.autoquest.tasktrees.treeifc.IIterationInstance; 
    2223import de.ugoe.cs.autoquest.tasktrees.treeifc.ISequence; 
    2324import de.ugoe.cs.autoquest.tasktrees.treeifc.ISequenceInstance; 
     
    2627/** 
    2728 * <p> 
    28  * TODO comment 
     29 * Default implementation of {@link IIterationInstance}. 
    2930 * </p> 
    3031 *  
     
    4950    /** 
    5051     * <p> 
    51      * TODO: comment 
     52     * initializes this instance with the respective task model 
    5253     * </p> 
    5354     * 
    54      * @param task 
     55     * @param task  the task of which this is an instance 
    5556     */ 
    5657    SequenceInstance(ISequence task) { 
     
    167168     * @param index the position of the child to be removed 
    168169     *  
    169      * @return the child remove from the children of this instance 
     170     * @return the child removed from the children of this instance 
    170171     */ 
    171172    synchronized ITaskInstance removeChild(int index) { 
Note: See TracChangeset for help on using the changeset viewer.