yasmine
model.hpp
Go to the documentation of this file.
1 // //
3 // This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). //
4 // Copyright (C) 2016-2017 Seadex GmbH //
5 // //
6 // Licensing information is available in the folder "license" which is part of this distribution. //
7 // The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. //
8 // //
10 
11 #ifndef MODEL_70A5CEB1_6704_4CA7_B205_65579AFDC215
12 #define MODEL_70A5CEB1_6704_4CA7_B205_65579AFDC215
13 
14 
15 #include "json_reader.hpp"
16 #include "json_writer.hpp"
17 
18 #include "transition_model.hpp"
19 #include "state_machine_model.hpp"
20 
25 
26 #include "model_exception.hpp"
27 
28 
29 #endif