Changeset 223 for trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows
- Timestamp:
- 09/30/11 16:27:20 (13 years ago)
- Location:
- trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/LogPreprocessor.java
r171 r223 106 106 * </p> 107 107 * 108 * @param source108 * @param path 109 109 * path of the source folder 110 110 * @param target -
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/data/WindowTree.java
r215 r223 45 45 * </p> 46 46 * 47 * @return 47 * @return instance of the window tree 48 48 */ 49 49 public static WindowTree getInstance() { -
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/data/WindowTreeNode.java
r171 r223 164 164 * </p> 165 165 * 166 * @return 166 * @return class name of the window 167 167 */ 168 168 public String getClassName() { -
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/data/WindowsMessage.java
r171 r223 467 467 * </p> 468 468 * 469 * @return 469 * @return number of parameters stored with this message 470 470 */ 471 471 public int getNumParams() {
Note: See TracChangeset
for help on using the changeset viewer.