dlvhex  2.5.0
TestPlugin::ProductionRequirementsAtom Class Reference
Inheritance diagram for TestPlugin::ProductionRequirementsAtom:
Collaboration diagram for TestPlugin::ProductionRequirementsAtom:

Public Member Functions

 ProductionRequirementsAtom ()
virtual void retrieve (const Query &query, Answer &answer) throw (PluginError)
 Retrieve answer to a query (external computation happens here).

Detailed Description

Definition at line 2749 of file TestPlugin.cpp.


Constructor & Destructor Documentation


Member Function Documentation

virtual void TestPlugin::ProductionRequirementsAtom::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:

  • they must contain the same number of terms as pattern
  • constants in pattern must match constants in answer tuples
  • variables in pattern must be replaced by constants in answer tuples

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.

Parameters:
queryInput to the external source.
answerOutput of the external source.

Reimplemented from PluginAtom.

Definition at line 2762 of file TestPlugin.cpp.

References OrdinaryAtomTable::getByAddress(), OrdinaryAtomTable::getIDByAddress(), PluginAtom::getRegistry(), Registry::ogatoms, PluginAtom::registry, Registry::storeConstantTerm(), and Atom::tuple.


The documentation for this class was generated from the following file: