source: trunk/autoquest-ui-core/src/main/resources/manuals/generateTaskTree

Last change on this file was 2132, checked in by pharms, 8 years ago
  • added possibility to select the minimal amount of action instances a detected sequence must cover
File size: 783 bytes
RevLine 
[1877]1Generates a task model out of recorded event sequences.
2
3$USAGE$
4<sequences> name of the sequences out of which the task model should be generated
5<tasktree> name of the object to store the task model in (defaults to "tasktree")
6
[2132]7-considerEventEquality
8    to be provided if the events equal method shall be used for event comparison. This can
9    accelerate the comparison process
10
11-minimumSequenceCoverage=<some integer>
12    can be used to define a minimum number of events that shall be covered by the detected
13    sequences. This prevents the detection of sequences that mainly represent noise.
14
[1877]15Example(s)
[2132]16generateTaskTree sequences tasktree
17generateTaskTree sequences -considerEventEquality
18generateTaskTree sequences tasktree -considerEventEquality -minimumSequenceCoverage=10
Note: See TracBrowser for help on using the repository browser.