MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
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
39
class
QFunctionInterface
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: ***
src
planning
QFunctionInterface.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2