Ignore:
Timestamp:
04/29/13 12:31:22 (11 years ago)
Author:
pharms
Message:
  • improved java doc
File:
1 edited

Legend:

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

    r1146 r1180  
    1616 
    1717/** 
    18  * TODO comment 
     18 * <p> 
     19 * This temporal relationship defines that its single child may or may not be executed for 
     20 * fulfilling the task. This is most important for the parent node in the task model as this 
     21 * node may require that a specific subtask is optional. 
     22 * </p> 
    1923 *  
    20  * @version $Revision: $ $Date: 21.02.2012$ 
    21  * @author 2012, last modified by $Author: patrick$ 
     24 * @author Patrick Harms 
    2225 */ 
    2326public interface IOptional extends IMarkingTemporalRelationship { 
    2427 
    2528    /** 
    26      * 
     29     * <p> 
     30     * returns an exact copy of this temporal relationship. The clone has the same id. Its child 
     31     * is a clone of the child of the cloned task. A call on the method {@link #equals(ITask)} 
     32     * with the result of this method must return true. 
     33     * </p> 
     34     *  
     35     * @return as described 
    2736     */ 
    2837    public IOptional clone(); 
Note: See TracChangeset for help on using the changeset viewer.