MultiAgentDecisionProcess  Release 0.2.1
JointActionHistoryTree.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _JOINTACTIONHISTORYTREE_H_
30 #define _JOINTACTIONHISTORYTREE_H_ 1
31 
32 #include "TreeNode.h"
37 class JointActionHistory;
38 
39 //redefine GetJointActionHistory to be the function GetContainedElement
40 #define GetJointActionHistory GetContainedElement
42 
43 #endif /* !_JOINTACTIONHISTORYTREE_H_ */
44 
45 
46 // Local Variables: ***
47 // mode:c++ ***
48 // End: ***