Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryExpressionTagNames.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef BERRYEXPRESSIONTAGNAMES_H_
18 #define BERRYEXPRESSIONTAGNAMES_H_
19 
20 #include <QString>
21 
23 
24 namespace berry {
25 
31 
32 public:
33 
35  static const QString ENABLEMENT;
36 
38  static const QString AND;
39 
41  static const QString OR;
42 
44  static const QString NOT;
45 
47  static const QString INSTANCEOF;
48 
50  static const QString TEST;
51 
53  static const QString WITH;
54 
56  static const QString ADAPT;
57 
59  static const QString COUNT;
60 
62  static const QString ITERATE;
63 
65  static const QString RESOLVE;
66 
68  static const QString SYSTEM_TEST;
69 
71  static const QString EQUALS;
72 
76  static const QString REFERENCE;
77 };
78 
79 } // namespace berry
80 
81 #endif /*BERRYEXPRESSIONTAGNAMES_H_*/
static const QString SYSTEM_TEST