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

    r1146 r1180  
    1616 
    1717/** 
    18  * TODO comment 
     18 * <p> 
     19 * This temporal relationship defines that only one of its children must be executed for 
     20 * fulfilling the represented task. 
     21 * </p> 
    1922 *  
    20  * @version $Revision: $ $Date: 21.02.2012$ 
    21  * @author 2012, last modified by $Author: patrick$ 
     23 * @author Patrick Harms 
    2224 */ 
    2325public interface ISelection extends IStructuringTemporalRelationship { 
    2426 
    2527    /** 
    26      * 
     28     * <p> 
     29     * returns an exact copy of this temporal relationship. The clone has the same id. Its children 
     30     * are clones of the children of the cloned task. A call on the method {@link #equals(ITask)} 
     31     * with the result of this method must return true. 
     32     * </p> 
     33     *  
     34     * @return as described 
    2735     */ 
    2836    public ISelection clone(); 
Note: See TracChangeset for help on using the changeset viewer.