MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
QFunctionJointBelief.cpp
Go to the documentation of this file.
1
28
#include "
QFunctionJointBelief.h
"
29
#include "
PlanningUnitDecPOMDPDiscrete.h
"
30
#include "
JointBeliefInterface.h
"
31
32
double
QFunctionJointBelief::GetQ
(
Index
jaohI,
Index
jaI)
const
33
{
34
JointBeliefInterface
*b=
GetPU
()->
GetJointBeliefInterface
(jaohI);
35
double
q=
GetQ
(*b,jaI);
36
delete
b;
37
return
(q);
38
}
src
planning
QFunctionJointBelief.cpp
Generated on Mon Sep 23 2013 14:50:06 for MultiAgentDecisionProcess by
1.8.1.2