AERA
|
#include <mdl_controller.h>
Public Member Functions | |
BindingResult (HLPBindingMap *map, Fact *ground, MkRdx *ground_mk_rdx) | |
Public Attributes | |
P< HLPBindingMap > | map_ |
Fact * | ground_ |
MkRdx * | ground_mk_rdx_ |
A BindingResult is used by methods such as retrieve_simulated_imdl_fwd to return the updated binding maps for multiple matches.
Definition at line 112 of file mdl_controller.h.
|
inline |
Create a HLPBindingMap with the given values.
map | The HLPBindingMap. This keeps a P<HLPBindingMap> for it. |
ground | A pointer to the Fact which is the ground for the bindings. This only keeps a pointer. |
ground_mk_rdx | A pointer to the mk.rdx which made ground, or NULL if not available. This only keeps a pointer. |
Definition at line 120 of file mdl_controller.h.