UnCoVer (Using Coverability for Verification)
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
scenario_ids.h
1 /***************************************************************************
2  * Copyright (C) 2014 by Jan Stückrath <jan.stueckrath@uni-due.de> *
3  * *
4  * This program is free software; you can redistribute it and/or modify *
5  * it under the terms of the GNU General Public License as published by *
6  * the Free Software Foundation; either version 2 of the License, or *
7  * (at your option) any later version. *
8  * *
9  * This program is distributed in the hope that it will be useful, *
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12  * GNU General Public License for more details. *
13  * *
14  * You should have received a copy of the GNU General Public License *
15  * along with this program; if not, write to the *
16  * Free Software Foundation, Inc., *
17  * 51 Franklin St, Fifth Floor, Boston, MA 02110, USA *
18  ***************************************************************************/
19 
20 #ifndef SCENARIOIDS_H_
21 #define SCENARIOIDS_H_
22 
23 #define SCN_NONAME_ID 0
24 #define SCN_NONAME_NAME "noname"
25 
26 /* Analysis */
27 
28 #define SCN_BACKWARD_ANALYSIS_ID 100
29 #define SCN_BACKWARD_ANALYSIS_NAME "backward_analysis"
30 #define SCN_BACKWARD_ANALYSIS_SHORT_1 "backw"
31 
32 #define SCN_LEQ_CHECK_ID 200
33 #define SCN_LEQ_CHECK_NAME "leq_check"
34 #define SCN_LEQ_CHECK_SHORT_1 "leq"
35 
36 #define SCN_LE_RULE_CREATOR_ID 300
37 #define SCN_LE_RULE_CREATOR_NAME "le_rule_creator"
38 #define SCN_LE_RULE_CREATOR_SHORT_1 "lerc"
39 
40 /* Converter and Translator */
41 
42 #define SCN_GXL_PIC_CONVERTER_ID 1000
43 #define SCN_GXL_PIC_CONVERTER_NAME "gxl_pic_converter"
44 #define SCN_GXL_PIC_CONVERTER_SHORT_1 "gxl2pic"
45 
46 #define SCN_GTXL_LATEX_CONVERTER_ID 1100
47 #define SCN_GTXL_LATEX_CONVERTER_NAME "gtxl_latex_converter"
48 #define SCN_GTXL_LATEX_CONVERTER_SHORT_1 "gtxl2latex"
49 
50 /* Tests */
51 
52 #define SCN_TEST_XML_ID 10000
53 #define SCN_TEST_XML_NAME "test_xml"
54 
55 #define SCN_TEST_RULE_PREPARER_ID 11000
56 #define SCN_TEST_RULE_PREPARER_NAME "test_rule_preparer"
57 #define SCN_TEST_RULE_PREPARER_SHORT_1 "testprep"
58 
59 #define SCN_TEST_BACKWARD_STEP_ID 12000
60 #define SCN_TEST_BACKWARD_STEP_NAME "test_backward_step"
61 #define SCN_TEST_BACKWARD_STEP_SHORT_1 "testbws"
62 
63 #define SCN_TEST_MATCHER_ID 13000
64 #define SCN_TEST_MATCHER_NAME "test_matcher"
65 
66 #define SCN_
67 
68 #endif /* SCENARIOIDS_H_ */