kDB: Knowledge DataBase
|
#include <AbstractService.h>
Public Member Functions | |
virtual bool | canCall (const knowCore::Uri &_service) const =0 |
virtual knowDBC::Result | call (const knowCore::Uri &_service, const QString &_query, const knowCore::ValueHash &_bindings) const =0 |
Interface a remote service with a SPARQL Query
|
pure virtual |
Execute the query _query on the service _service using the _bindings
Implemented in DummyService.
|
pure virtual |
Implemented in DummyService.