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