|
Last change
on this file since 1438 was
1438,
checked in by pharms, 12 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:
764 bytes
|
| Line | |
|---|
| 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. |
|---|
| 2 | |
|---|
| 3 | $USAGE$ |
|---|
| 4 | <command> one of "count", "list", and "delete" |
|---|
| 5 | <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> |
|---|
| 7 | |
|---|
| 8 | Example(s): |
|---|
| 9 | checkEventTimestamps count someSequences |
|---|
| 10 | checkEventTimestamps list someSequences |
|---|
| 11 | checkEventTimestamps delete someSequences someNewSequences |
|---|
Note: See
TracBrowser
for help on using the repository browser.