source: trunk/quest-plugin-mfc/src/main/resources/manuals/parseXML @ 728

Last change on this file since 728 was 728, checked in by sherbold, 12 years ago
  • added manuals for the commands efgTestCasesToSequences, efgToDFA, efgToMM, parseDirJFC, parseJFC, preprocessDirJFC, preprocessJFC, convertDirToXml, convertToXml, parseXML, and loadWebSequences
File size: 478 bytes
Line 
1Parses a log file that contains MFC sessions into a collection of sequences.
2
3$USAGE$
4<filename> name of the log file
5<sequencesName> optional; name of the sequences; default: sequences
6<countMessageOccurences> optional; if true, a statistic how often each message occurs in the log intended for debugging and optimization is generated; default: false
7
8Example(s):
9parseXML usagedata/mfc.xml
10parseXML usagedata/mfc.xml mfc_sequences
11parseXML usagedata/mfc.xml mfc_sequences true
Note: See TracBrowser for help on using the repository browser.