dlvhex
2.5.0
|
Public Member Functions | |
TestListDomainAtom () | |
std::vector< std::string > | permute (std::vector< std::string > input) |
virtual void | retrieve (const Query &query, Answer &answer) |
Retrieve answer to a query (external computation happens here). |
Definition at line 347 of file TestPlugin.cpp.
TestListDomainAtom::TestListDomainAtom | ( | ) | [inline] |
Definition at line 351 of file TestPlugin.cpp.
References PluginAtom::addInputTuple(), ExtSourceProperties::functional, PluginAtom::prop, and PluginAtom::setOutputArity().
std::vector<std::string> TestListDomainAtom::permute | ( | std::vector< std::string > | input | ) | [inline] |
Definition at line 360 of file TestPlugin.cpp.
References DBGLOG.
virtual void TestListDomainAtom::retrieve | ( | const Query & | query, |
Answer & | answer | ||
) | [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 387 of file TestPlugin.cpp.
References DBGLOG, PluginAtom::Answer::get(), PluginAtom::Query::input, ID::MAINKIND_TERM, PluginAtom::registry, and ID::SUBKIND_TERM_CONSTANT.