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::QueryResult_ Class Referenceabstract

An abstract class defining the methods for an RDF Query Result. More...

#include <rdfxx/rdfxx.h>

Public Member Functions

virtual int count () const =0
 Get the number of bound values in the result.
 
virtual std::string getBoundName (int offset) const =0
 Get the variable name at a position.
 
virtual Node getBoundValue (int offset) const =0
 Get a value at a position.
 
virtual Node getBoundValue (const std::string &name) const =0
 Get a value for a variable name.
 
virtual std::string toString () const =0
 Convert all the names and values to a string.
 

Detailed Description

An abstract class defining the methods for an RDF Query Result.


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