#include <numl/common/extern.h>
#include <numl/common/numlfwd.h>
#include <numl/NUMLError.h>
#include <numl/NUMLErrorLog.h>
#include <numl/NMBase.h>
#include <numl/OntologyTerm.h>
#include <numl/ResultComponent.h>
#include <string>
#include <algorithm>
#include <iosfwd>
#include <time.h>
Go to the source code of this file.
§ AllChecksON
#define AllChecksON 0x7f; |
§ IdCheckOFF
§ IdCheckON
§ MathCheckOFF
#define MathCheckOFF 0xf7; |
§ MathCheckON
#define MathCheckON 0x08; |
§ NUMLCheckOFF
#define NUMLCheckOFF 0xfd; |
§ NUMLCheckON
#define NUMLCheckON 0x02; |
§ OverdeterCheckOFF
#define OverdeterCheckOFF 0xdf; |
§ OverdeterCheckON
#define OverdeterCheckON 0x20; |
§ PracticeCheckOFF
#define PracticeCheckOFF 0xbf; |
§ PracticeCheckON
#define PracticeCheckON 0x40; |
§ SBOCheckOFF
#define SBOCheckOFF 0xfb; |
§ SBOCheckON
§ UnitsCheckOFF
#define UnitsCheckOFF 0xef; |
§ UnitsCheckON
#define UnitsCheckON 0x10; |