MultiAgentDecisionProcess  Release 0.2.1
BeliefSet.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _BELIEFSET_H_
30 #define _BELIEFSET_H_ 1
31 
32 #include <vector>
33 #include "JointBeliefInterface.h"
34 
36 typedef std::vector<JointBeliefInterface*> BeliefSet;
37 
38 #endif /* !_BELIEFSET_H_ */
39 
40 // Local Variables: ***
41 // mode:c++ ***
42 // End: ***