dlvhex  2.5.0
TestBAtom Class Reference
Inheritance diagram for TestBAtom:
Collaboration diagram for TestBAtom:

Public Member Functions

 TestBAtom ()
virtual void retrieve (const ComfortQuery &query, ComfortAnswer &answer)
 Retrieve answer to a query (external computation happens here).

Detailed Description

Definition at line 99 of file TestPlugin.cpp.


Constructor & Destructor Documentation

TestBAtom::TestBAtom ( ) [inline]

Member Function Documentation

virtual void TestBAtom::retrieve ( const ComfortQuery q,
ComfortAnswer a 
) [inline, virtual]

Retrieve answer to a query (external computation happens here).

This function implements the external atom computation. See also documentation of Query and Answer classes.

Answer tuples must conform to the content of the pattern tuple in Query:

Implements ComfortPluginAtom.

Definition at line 111 of file TestPlugin.cpp.

References ComfortTerm::createConstant(), and ComfortPluginAtom::ComfortQuery::interpretation.


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