aGrUM  0.16.0
aprioriTypes.h
Go to the documentation of this file.
1 
28 #ifndef GUM_LEARNING_A_PRIORI_TYPES_H
29 #define GUM_LEARNING_A_PRIORI_TYPES_H
30 
31 #include <string>
32 
33 namespace gum {
34 
35  namespace learning {
36 
38  static const std::string type;
39  static bool isOfType(const std::string& t) { return t == type; }
40  };
41 
43  static const std::string type;
44  static bool isOfType(const std::string& t) { return t == type; }
45  };
46 
48  static const std::string type;
49  static bool isOfType(const std::string& t) { return t == type; }
50  };
51 
52  struct AprioriBDeuType {
53  static const std::string type;
54  static bool isOfType(const std::string& t) { return t == type; }
55  };
56 
57 
58  } /* namespace learning */
59 
60 } /* namespace gum */
61 
62 #endif /* GUM_LEARNING_A_PRIORI_TYPES_H */
static const std::string type
Definition: aprioriTypes.h:43
static const std::string type
Definition: aprioriTypes.h:48
static bool isOfType(const std::string &t)
Definition: aprioriTypes.h:49
static const std::string type
Definition: aprioriTypes.h:53
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
static bool isOfType(const std::string &t)
Definition: aprioriTypes.h:39
static bool isOfType(const std::string &t)
Definition: aprioriTypes.h:44
static bool isOfType(const std::string &t)
Definition: aprioriTypes.h:54
static const std::string type
Definition: aprioriTypes.h:38