Ignore:
Timestamp:
08/24/16 10:17:41 (8 years ago)
Author:
pharms
Message:
  • added possibility to select the minimal amount of action instances a detected sequence must cover
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-core/src/main/resources/manuals/generateTaskTree

    r1877 r2132  
    55<tasktree> name of the object to store the task model in (defaults to "tasktree") 
    66 
     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 
    715Example(s) 
    816generateTaskTree sequences tasktree 
     17generateTaskTree sequences -considerEventEquality 
     18generateTaskTree sequences tasktree -considerEventEquality -minimumSequenceCoverage=10 
Note: See TracChangeset for help on using the changeset viewer.