DiaDes  0.1
DIAgnosisofDiscrete-EventSystem
Sdmdl.hh
Go to the documentation of this file.
1 #ifndef __DIADES__ALTARICA_SDMDL__HH
2 #define __DIADES__ALTARICA_SDMDL__HH
3 
4 #include <diades/sdmdl/Value.hh>
7 
8 
9 namespace Diades {
10  namespace Altarica {
11 
12  typedef ::Diades::Sdmdl::Variable SlVariable;
13  typedef ::Diades::Sdmdl::Value SlValue;
14  typedef ::Diades::Sdmdl::VariableFactory SlVariableFactory;
15  typedef ::Diades::Sdmdl::ValueFactory SlValueFactory;
17  typedef ::Diades::Sdmdl::FormulaFactory SlFormulaFactory;
18 
19 
20  };
21 };
22 
23 
24 
25 #endif
Formula class using BDD.
Sdmdl::Formula Formula
Namespace of the Diades project.
::Diades::Sdmdl::ValueFactory SlValueFactory
Definition: Sdmdl.hh:15
::Diades::Sdmdl::VariableFactory SlVariableFactory
Definition: Sdmdl.hh:14
::Diades::Sdmdl::Value SlValue
Definition: Sdmdl.hh:13
::Diades::Sdmdl::FormulaFactory SlFormulaFactory
Definition: Sdmdl.hh:17
::Diades::Sdmdl::Variable SlVariable
Definition: Sdmdl.hh:12
::Diades::Sdmdl::Formula SlFormula
Definition: Sdmdl.hh:16