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

Last change on this file since 1091 was 1091, checked in by pharms, 11 years ago
  • added a sequence merge and split command depending on the events timestamps
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):
9mergeSequences 100000 someSequences
10mergeSequences 100000 someSequences someNewSequences
Note: See TracBrowser for help on using the repository browser.