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

    r1733 r1734  
    1717import de.ugoe.cs.autoquest.tasktrees.treeifc.ISequence; 
    1818 
     19// TODO: Auto-generated Javadoc 
    1920/** 
    2021 * <p> 
     
    2728class Sequence extends StructuringTemporalRelationship implements ISequence { 
    2829 
    29         /** 
    30          * <p> 
    31          * default serial version UID 
    32          * </p> 
    33          */ 
     30        /** <p> default serial version UID </p>. */ 
    3431        private static final long serialVersionUID = 1L; 
    3532 
     
    3835         * simple constructor providing the base class with a human readable name of 
    3936         * the type of this task 
    40          * </p> 
     37         * </p>. 
    4138         */ 
    4239        Sequence() { 
Note: See TracChangeset for help on using the changeset viewer.