Changeset 1734 for branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/AlignmentHelpers.java
- Timestamp:
- 09/05/14 20:20:29 (11 years ago)
- 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 */ 1 4 package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms; 2 5 … … 7 10 import de.ugoe.cs.autoquest.eventcore.guimodel.IGUIElement; 8 11 12 // TODO: Auto-generated Javadoc 13 /** 14 * The Class AlignmentHelpers. 15 */ 9 16 public class AlignmentHelpers extends GUIModel { 10 17 18 /** 19 * Distance between. 20 * 21 * @param first the first 22 * @param second the second 23 * @return the int 24 */ 11 25 public static int distanceBetween(IGUIElement first, IGUIElement second) { 12 26 … … 37 51 * in the list. If there is no common denominator, the method returns null. 38 52 * </p> 53 * 54 * @param guiElements the gui elements 55 * @return the common denominator 39 56 */ 40 57 private static IGUIElement getCommonDenominator( … … 99 116 } 100 117 101 /** 102 * 103 */ 118 /** The Constant serialVersionUID. */ 104 119 private static final long serialVersionUID = -2593092958275693133L; 105 120
Note: See TracChangeset
for help on using the changeset viewer.