MultiAgentDecisionProcess  Release 0.2.1
gmaatype.h
Go to the documentation of this file.
1 
28 #ifndef _GMAATYPE_H_
29 #define _GMAATYPE_H_ 1
30 
31 #include <string>
32 
33 namespace GMAAtype {
34 
36 
37 std::string SoftPrint(GMAA_t type);
38 
39 }
40 
41 #endif /* !_GMAATYPE_H_*/