Ignore:
Timestamp:
01/28/20 15:59:17 (4 years ago)
Author:
pharms
Message:

added a sorting of events based on timestamps

File:
1 edited

Legend:

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

    r1438 r2287  
    1 checks all sequences of a collection of sequences for correct timestamps and event order. It supports counting the number of invalid sequences, listing details about invalid sequences and timestamps, as well as deleting invalid sequences. 
     1checks all sequences of a collection of sequences for correct timestamps and event order. It supports counting the number of invalid sequences, listing details about invalid sequences and timestamps, sorting sequences based on the timestamps, as well as deleting invalid sequences. 
    22 
    33$USAGE$ 
    4 <command> one of "count", "list", and "delete" 
     4<command> one of "count", "list", "sort" and "delete" 
    55<sequencesName> the name of the collection of sequences that shall be checked 
    6 <newSequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored in case the delete command is selected; if left out, the result is stored in the collection identified by <sequencesName> 
     6<newSequences> optional; the name of the collection of sequences into which the resulting sequences shall be stored in case the sort or delete command is selected; if left out, the result is stored in the collection identified by <sequencesName> 
    77 
    88Example(s): 
    99checkEventTimestamps count someSequences 
    1010checkEventTimestamps list someSequences 
     11checkEventTimestamps sort someSequences someNewSequences 
    1112checkEventTimestamps delete someSequences someNewSequences 
Note: See TracChangeset for help on using the changeset viewer.