SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::Query_ Class Referenceabstract

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.
 

Detailed Description

An abstract class defining the methods for an RDF Query.


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