source: trunk/autoquest-ui-core/src/main/resources/manuals/splitSequences @ 1438

Last change on this file since 1438 was 1438, checked in by pharms, 10 years ago
  • added a new command to identify sequences with invalid timestamp orders of the events and to remove them from a collection of sequences
File size: 801 bytes
Line 
1splits all sequences of a collection of sequences into subsequences depending on the timestamps of the events. If the difference of the timestamps of two subsequent events is larger than the provided number of milliseconds, the sequence to which the events belong is split up into two subsequences between the two events.
2
3$USAGE$
4<maximumTimestampDifference> the maximum number of milliseconds between two subsequent events
5<sequencesName> the name of the collection of sequences that shall be split
6<newSequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by <sequencesName>
7
8Example(s):
9splitSequences 100000 someSequences
10splitSequences 100000 someSequences someNewSequences
Note: See TracBrowser for help on using the repository browser.