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/alignment/algorithms/AlignmentHelpers.java

    r1733 r1734  
     1/* 
     2 *  
     3 */ 
    14package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms; 
    25 
     
    710import de.ugoe.cs.autoquest.eventcore.guimodel.IGUIElement; 
    811 
     12// TODO: Auto-generated Javadoc 
     13/** 
     14 * The Class AlignmentHelpers. 
     15 */ 
    916public class AlignmentHelpers extends GUIModel { 
    1017 
     18        /** 
     19         * Distance between. 
     20         * 
     21         * @param first the first 
     22         * @param second the second 
     23         * @return the int 
     24         */ 
    1125        public static int distanceBetween(IGUIElement first, IGUIElement second) { 
    1226 
     
    3751         * in the list. If there is no common denominator, the method returns null. 
    3852         * </p> 
     53         * 
     54         * @param guiElements the gui elements 
     55         * @return the common denominator 
    3956         */ 
    4057        private static IGUIElement getCommonDenominator( 
     
    99116        } 
    100117 
    101         /** 
    102          *  
    103          */ 
     118        /** The Constant serialVersionUID. */ 
    104119        private static final long serialVersionUID = -2593092958275693133L; 
    105120 
Note: See TracChangeset for help on using the changeset viewer.