(Event+Time).Variant Operators  2.3
Operators for Timed Discrete Event Systems in Dioids
testsEtvo.h
1 #ifndef __testsetvo_h__
2 #define __testsetvo_h__
3 
4 #include "../parsers/parser.h"
5 #include "../etvo/common/global.h"
6 #include "../test/factory/FactoryFper.h"
7 #include "../test/factory/FactoryPoly.h"
8 #include "../test/factory/FactorySeries.h"
9 #include "../test/factory/FactoryPolyEd.h"
10 #include "../test/factory/FactoryPolyTg.h"
11 #include "../test/factory/FactorySeriesEd.h"
12 #include "../test/factory/FactorySeriesTg.h"
13 #include "../test/Test.h"
14 #endif // !
15 
16