source: trunk/autoquest-ui-core/src/main/resources/manuals/mergeSequences @ 1545

Last change on this file since 1545 was 1091, checked in by pharms, 11 years ago
  • added a sequence merge and split command depending on the events timestamps
File size: 635 bytes
Line 
1merges all sequences of a collection of sequences into one long sequence depending on the timestamps of the contained events. If one of the events does not have a timestamp, the command quits with an error leaving the collection of sequences untouched.
2
3$USAGE$
4<sequences> the name of the collection of sequences that shall be merged into one sequence
5<new sequences> optional; the name of the collection of sequences into which the resulting sequence shall be stored; if left out, the result is stored in the collection identified by <sequences>
6
7Example(s):
8mergeSequences someSequences
9mergeSequences someSequences someNewSequences
Note: See TracBrowser for help on using the repository browser.