dlvhex
2.5.0
|
Public Member Functions | |
FunctionDecomposeGeneralAtom () | |
virtual void | retrieve (const Query &query, Answer &answer) throw (PluginError) |
Retrieve answer to a query (external computation happens here). |
Definition at line 394 of file FunctionPlugin.cpp.
Definition at line 397 of file FunctionPlugin.cpp.
References PluginAtom::addInputConstant(), ExtSourceProperties::functional, PluginAtom::prop, PluginAtom::setOutputArity(), and ExtSourceProperties::wellorderingStrlen.
virtual void FunctionDecomposeGeneralAtom::retrieve | ( | const Query & | query, |
Answer & | answer | ||
) | throw (PluginError) [inline, virtual] |
Retrieve answer to a query (external computation happens here).
This function implements the external atom computation without customized learning functions.
Answer tuples must conform to the content of the pattern tuple in Query:
See also documentation of Query and Answer classes.
If both retrieve(const Query& query, Answer& answer) and retrieve(const Query& query, Answer& answer, NogoodContainerPtr nogoods) are overridden, the latter takes over precedence.
query | Input to the external source. |
answer | Output of the external source. |
Reimplemented from PluginAtom.
Definition at line 408 of file FunctionPlugin.cpp.
References Term::arguments, TermTable::getByID(), PluginAtom::getRegistry(), Term::isNestedTerm(), PluginAtom::registry, and Registry::terms.