MultiAgentDecisionProcess  Release 0.2.1
QFunction.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _QFUNCTION_H_
30 #define _QFUNCTION_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 #include "QFunctionInterface.h"
36 
40 class QFunction :
41  virtual public QFunctionInterface
42 {
43 private:
44 
45 protected:
46 
47 public:
48 
49 };
50 
51 
52 #endif /* !_QFUNCTION_H_ */
53 
54 // Local Variables: ***
55 // mode:c++ ***
56 // End: ***