- Timestamp:
- 11/08/12 19:56:08 (12 years ago)
- Location:
- trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/DefaultEventTargetSequenceDetectionRule.java
r922 r972 9 9 10 10 /** 11 * TODO comment 11 * This rule subdivides long sequences into subsequences of tasks on the same event target. 12 * Event targets are compared using the equals method. A more complex GUI model is ignored. 12 13 * 13 14 * @version $Revision: $ $Date: 18.03.2012$ -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/DefaultGuiElementSequenceDetectionRule.java
r922 r972 12 12 13 13 /** 14 * TODO comment 14 * This rule generates sequences depending on a GUI model. All actions occurring on the same GUI 15 * element are put together in a sequence. All sequences and actions within a common panel are also 16 * put together to a sequence. Through this, an event sequence gets a logical structure and shows, 17 * which interactions that happen together also happen in the same GUI context. 15 18 * 16 19 * @version $Revision: $ $Date: 18.03.2012$ -
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/DefaultGuiEventSequenceDetectionRule.java
r922 r972 9 9 10 10 /** 11 * TODO comment 11 * This rule generates sequences of events depending on the event types, more concrete, the 12 * {@link IInteraction}s and the return values of their {@link IInteraction#startsLogicalSequence()} 13 * and {@link IInteraction#finishesLogicalSequence()}. If a new logical sequence is started by 14 * an interaction, then a real sequence is instantiated. The sequence is finished, if an 15 * interaction finishes a logical sequence. Examples include keyboard focus changes. 12 16 * 13 17 * @version $Revision: $ $Date: 18.03.2012$
Note: See TracChangeset
for help on using the changeset viewer.