SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF Query. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual | ~Query_ () |
Virtual destructor. | |
virtual bool | setLimit (int)=0 |
Set the max number of results returned. | |
virtual int | getLimit () const =0 |
Get the max number of results to be returned. | |
virtual QueryResults | execute (Model)=0 |
Run the query on a model. | |
An abstract class defining the methods for an RDF Query.