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

    r1146 r1180  
    1717/** 
    1818 * <p> 
    19  * TODO comment 
     19 * A marking temporal relationship defines a temporal information for exactly one node in the task 
     20 * model. I.e., it has only one child for which it defines a special execution characteristic. 
    2021 * </p> 
    2122 *  
     
    2526 
    2627    /** 
    27      * 
     28     * <p> 
     29     * returns the task for which this relationship defines the execution characteristic. The 
     30     * task can be seen as the child node of this node. 
     31     * </p> 
     32     *  
     33     * @return as described 
    2834     */ 
    2935    public ITask getMarkedTask(); 
    3036 
    3137    /** 
    32      * 
     38     * <p> 
     39     * returns an exact copy of this temporal relationship. The clone has the same id. Its child 
     40     * is a clone of the child of the cloned task. A call on the method {@link #equals(ITask)} 
     41     * with the result of this method must return true. 
     42     * </p> 
     43     *  
     44     * @return as described 
    3345     */ 
    3446    public IMarkingTemporalRelationship clone(); 
Note: See TracChangeset for help on using the changeset viewer.