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

    r1733 r1734  
    1919import de.ugoe.cs.autoquest.tasktrees.treeifc.IEventTaskInstance; 
    2020 
     21// TODO: Auto-generated Javadoc 
    2122/** 
    2223 * <p> 
     
    2829class EventTaskInstance extends TaskInstance implements IEventTaskInstance { 
    2930 
    30         /** 
    31          * <p> 
    32          * default serial version UID 
    33          * </p> 
    34          */ 
     31        /** <p> default serial version UID </p>. */ 
    3532        private static final long serialVersionUID = 1L; 
    3633 
    37         /** 
    38          * <p> 
    39          * the event represented by this instance 
    40          * </p> 
    41          */ 
     34        /** <p> the event represented by this instance </p>. */ 
    4235        private final Event event; 
    4336 
     
    4639         * initializes this instance with the respective task model and the 
    4740         * represented event 
    48          * </p> 
     41         * </p>. 
    4942         * 
    50          * @param task 
    51          *            the task of which this is an instance 
    52          * @param event 
    53          *            the event represented by this instance 
     43         * @param task            the task of which this is an instance 
     44         * @param event            the event represented by this instance 
    5445         */ 
    5546        EventTaskInstance(IEventTask task, Event event) { 
Note: See TracChangeset for help on using the changeset viewer.