- Timestamp:
- 11/29/17 13:58:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/JFCReplayIDCalculator.java
r1097 r2215 33 33 * <p> 34 34 * This class provides the functionality to calculate the unique GUITAR replayIDs 35 * for {@link JFCEvent}s. This code is mainly based on guitar source code: edu.umd.cs.guitar.35 * for JFC events. This code is mainly based on guitar source code: edu.umd.cs.guitar. 36 36 * model.JFCDefaultIDGeneratorSimple 37 37 * … … 77 77 /** 78 78 * Calculates the replayID of a JFCEvent needed for compatibility with guitar suite 79 * @param List of {@link JFCGUIElementSpec}s that represent the path of an event target79 * @param guiElementPath List of {@link JFCGUIElementSpec}s that represent the path of an event target 80 80 * for which the replayID should be calculated. 81 81 * @return replayID
Note: See TracChangeset
for help on using the changeset viewer.