Ignore:
Timestamp:
09/05/14 20:20:29 (10 years ago)
Author:
rkrimmel
Message:

Added automatically created javadoc, still needs to be commented properly though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeimpl/MarkingTemporalRelationship.java

    r1733 r1734  
    1818import de.ugoe.cs.autoquest.tasktrees.treeifc.ITask; 
    1919 
     20// TODO: Auto-generated Javadoc 
    2021/** 
    2122 * <p> 
     
    3031                IMarkingTemporalRelationship { 
    3132 
    32         /** 
    33          * <p> 
    34          * default serial version UID 
    35          * </p> 
    36          */ 
     33        /** <p> default serial version UID </p>. */ 
    3734        private static final long serialVersionUID = 1L; 
    3835 
    39         /** 
    40          * <p> 
    41          * the task marked through this marking temporal relationship 
    42          * </p> 
    43          */ 
     36        /** <p> the task marked through this marking temporal relationship </p>. */ 
    4437        private ITask markedTask; 
    4538 
     
    4740         * <p> 
    4841         * initializes this temporal relationship with a human readable name 
    49          * </p> 
     42         * </p>. 
    5043         * 
    51          * @param relationshipType 
    52          *            the human readable name of this temporal relationship 
     44         * @param relationshipType            the human readable name of this temporal relationship 
    5345         */ 
    5446        MarkingTemporalRelationship(String relationshipType) { 
     
    9284         * <p> 
    9385         * used to set the marked task 
    94          * </p> 
    95          *  
    96          * @param markedTask 
    97          *            the marked task to set 
     86         * </p>. 
     87         * 
     88         * @param markedTask            the marked task to set 
    9889         */ 
    9990        protected void setMarkedTask(ITask markedTask) { 
Note: See TracChangeset for help on using the changeset viewer.