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/treeifc/DefaultTaskTraversingVisitor.java

    r1733 r1734  
    1515package de.ugoe.cs.autoquest.tasktrees.treeifc; 
    1616 
     17// TODO: Auto-generated Javadoc 
    1718/** 
    1819 * <p> 
    1920 * Default implementation for a task visitor performing a traversal of the task 
    20  * </p> 
    21  *  
     21 * </p>. 
     22 * 
    2223 * @author Patrick Harms 
    2324 */ 
     
    4950         * <p> 
    5051         * common implementation for traversing a marking temporal relationship 
    51          * </p> 
    52          *  
    53          * @param relationship 
    54          *            the marking temporal relationship to be traversed 
     52         * </p>. 
     53         * 
     54         * @param relationship            the marking temporal relationship to be traversed 
    5555         */ 
    5656        public void visit(IMarkingTemporalRelationship relationship) { 
     
    9494         * <p> 
    9595         * common implementation for traversing a structuring temporal relationship 
    96          * </p> 
    97          *  
    98          * @param relationship 
    99          *            the structuring temporal relationship to be traversed 
     96         * </p>. 
     97         * 
     98         * @param relationship            the structuring temporal relationship to be traversed 
    10099         */ 
    101100        public void visit(IStructuringTemporalRelationship relationship) { 
Note: See TracChangeset for help on using the changeset viewer.