Next: mpg-ref-query_map_hook, Previous: mpg-ref-query_input_hook, Up: mpg-bpr [Contents][Index]
query_map/4
hook:- multifile 'SU_messages':query_map/4.
'SU_messages':query_map(+MapMethod, +RawInput, -Result, -Answer)
Implements the mapping phase of query processing. The RawInput,
received from query_input/3
, is mapped to the abstract answer
term Answer.
term
The map method to use.
atom
As received from query_input/3
.
one of [success,failure,failure(Warning)]
Result of conversion.
one of [success,failure,failure(Warning)]
Abstract answer term.
ask_query/4
checks the output arguments.